我想为VTE终端实现Solarized调色板。在GTK +文档中,我可以找到如何设置所有颜色的方法。但是没有关于调色板中颜色顺序的信息:
http://developer.gnome.org/vte/unstable/VteTerminal.html#vte-terminal-set-colors
我在哪里可以找到它?我尝试了Solarized网页上的订单,但显然不匹配:
http://ethanschoonover.com/solarized
谢谢!
答案 0 :(得分:2)
我找到了合适的订单。
https://github.com/altercation/solarized/tree/master/xresources
请参阅colorN条目,并将它们与示例上方的termcolor列配对。你得到正确的顺序。不理想,但有效; - )