texstudio的配置文件以及更改texstudio主题

时间:2021-01-04 06:48:18

1. texstudio的配置文件

texstudio 的配置文件在~/.config/texstudio/texstudio.ini
其中配置文件包括如下几部分

[General]
……
[texmaker]
……
[version]
……
[formats]
……

其中[texmaker]部分是具体的tex配置,可以看一下。而要更改的主题部分需要在[formats]部分进行修改。

2. 更改texstudio主题

参考一些网址https://tex.stackexchange.com/questions/108315/how-can-i-set-a-dark-theme-in-texstudio
只需要将上面网址中的一些[formats]……部分copy并覆盖texstudio.ini中的[formats]……部分即可,但是在覆盖之前必须先把Texstudio关掉。多试几个看看哪个更符合自己口味即可。