我更改了 LibreOffice 中的配色方案(工具 → 选项 → 外观),并定义了自己的配色方案。
我想知道这个新配色方案保存在哪里(在哪个文件或数据库中),以便在其他计算机上重复使用,或者是否有办法导出新的配色方案。
答案1
在 Windows 版本的 LibreOffice 中,它保存在以下文件中:
C:\Documents and Settings\<username>\Application Data\LibreOffice\4\user\registrymodifications.xcu
或者
C:\Users\<username>\Application Data\LibreOffice\4\user\registrymodifications.xcu
在 Linux 系统上:
/home/<username>/.config/libreoffice/4/user/registrymodifications.xcu
如果你好奇我是怎么找到它的:
- 我保存了一个配色方案,并给它起了一个(可能)独特的名字,比如
sch21w45
- 我使用 Notepad++在目录
sch21w45
中的多个文件中进行了搜索%APPDATA%\Libreoffice\4
- 所有搜索结果都指向
registrymodifications.xcu