1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [colors]
foreground = #a5a5a5
foreground_bold = #fedfed
#foreground_dim = #888888
background = #161616
#cursor = #dcdccc
color0 = #343434
color1 = #802828
color2 = #909737
color3 = #b27d12
color4 = #1e5673
color5 = #642337
color6 = #196271
color7 = #b3b3b3
color8 = #424242
color9 = #8a3232
color10 = #9ca554
color11 = #ddb62b
color12 = #1e6a9a
color13 = #7d2d41
color14 = #197885
color15 = #b3b3b3
|
x
Notes
This is my current colorscheme for termite. I moved away from urxvt quite a while ago but of course colors are still compatible with any other terminals as well because they are in #RRGGBB format.
I don’t even remember how I ended up with this kind of colorscheme. Well mostly I have borrowed other user’s configurations from various sources and later modified them around a bit for my needs.. also I’ve abused screenshots as well because it’s pretty easy to find colors out with “zenity –color-selection” command.