문제

I want to implement Solarized color palette for a VTE Terminal. In the GTK+ documentation I can find the method how to set all colors. But there is no info about the color order in the palette:

http://developer.gnome.org/vte/unstable/VteTerminal.html#vte-terminal-set-colors

Where can I find it? I tried the order from the Solarized web page and it apparently does not match:

http://ethanschoonover.com/solarized

Thanks!

도움이 되었습니까?

해결책

I have found the right order.

https://github.com/altercation/solarized/tree/master/xresources

See colorN entries and pair them with the termcolor column above the example. You get them in right order. Not ideal, but works ;-)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top