如何向 Gedit 添加多种配色方案

How to add multiple color schemes to Gedit

我克隆了这个 git 存储库并按照说明进行操作,但仍然必须手动浏览到该文件夹​​并一次加载每种颜色。

https://github.com/trusktr/gedit-color-schemes

修改shell脚本,将文件复制到~/.local/share/gedit/styles

sudo cp ./*.xml ~/.local/share/gedit/styles/

然后确保权限设置正确。

cd ~/.local/share/gedit/styles/

将用户名和群组分别替换为您的。

sudo chown username:group *