在 Kate 中使用 gedit 中的“Oblivion”配色方案

在 Kate 中使用 gedit 中的“Oblivion”配色方案

我喜欢 gedit 的配色方案遗忘很多。有没有办法在 Kate 文本编辑器中使用相同的配色方案?

我知道 gedit 和 Kate 的配色方案配置文件不兼容。我想知道是否有人已经进行了调整遗忘为凯特制定的计划。

谢谢

答案1

来自关联发布者艾伦

将以下内容放入文件中~/.kde/share/config/kateschemarc

[Oblivion]
Color Background=46,52,54
Color Highlighted Bracket=255,255,153
Color Highlighted Line=68,76,77
Color Icon Bar=234,233,232
Color Line Number=0,0,0
Color MarkType1=255,255,0
Color MarkType2=255,0,0
Color MarkType3=255,255,0
Color MarkType4=255,0,255
Color MarkType5=160,160,164
Color MarkType6=0,255,0
Color MarkType7=255,0,0
Color Selection=136,138,132
Color Spelling Mistake Line=255,0,0
Color Tab Marker=133,133,133
Color Template Background=204,204,204
Color Template Editable Placeholder=204,255,204
Color Template Focused Editable Placeholder=102,255,102
Color Template Not Editable Placeholder=255,204,204
Color Word Wrap Marker=118,122,124
Font=DejaVu Sans Mono,8,-1,2,50,0,0,0,0,0

请注意,由于语法高亮不同,这可能不是 1:1 采用 Gedit 的主题。

相关内容