I changed the colour scheme in LibreOffice (Tools → Options → Appearance) and defined my own colour scheme.
I would like to know where (in which file or database) this new colour scheme was saved to reuse it on other computers or if there is a way to export the new colour scheme.
Asked
Active
Viewed 2,260 times
3
Nicolas
- 1,037
1 Answers
3
On the Windows version of LibreOffice it is saved in the following file:
C:\Documents and Settings\<username>\Application Data\LibreOffice\4\user\registrymodifications.xcu
or
C:\Users\<username>\Application Data\LibreOffice\4\user\registrymodifications.xcu
On Linux systems it is:
/home/<username>/.config/libreoffice/4/user/registrymodifications.xcu
In case you wonder how I found it:
- I saved a color scheme with a (probably) unique name like
sch21w45 - I ran a Notepad++ search for
sch21w45in multiple files in the%APPDATA%\Libreoffice\4directory - all search results pointed to
registrymodifications.xcu
Cornelius
- 2,784
- 1
- 16
- 26
registrymodifications.xcufile. But this file contains a lot of data, does anyone know how to export only the colour scheme from a computer to another ? – Nicolas Jun 24 '14 at 13:11