3

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.

Nicolas
  • 1,037

1 Answers1

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 sch21w45 in multiple files in the %APPDATA%\Libreoffice\4 directory
  • all search results pointed to registrymodifications.xcu
Cornelius
  • 2,784
  • 1
  • 16
  • 26