colors by rgb names
This commit is contained in:
parent
1f9fcd4d14
commit
c268a9f223
|
@ -204,17 +204,17 @@ class Config:
|
||||||
'jid': [ opt_str, ''],
|
'jid': [ opt_str, ''],
|
||||||
}, {}),
|
}, {}),
|
||||||
'themes': ({
|
'themes': ({
|
||||||
'accounttextcolor': [ opt_color, '#ffffff' ],
|
'accounttextcolor': [ opt_color, 'white' ],
|
||||||
'accountbgcolor': [ opt_color, '#000000' ],
|
'accountbgcolor': [ opt_color, 'black' ],
|
||||||
'accountfont': [ opt_str, 'Sans 10' ],
|
'accountfont': [ opt_str, 'Sans 10' ],
|
||||||
'grouptextcolor': [ opt_color, '#ffffff' ],
|
'grouptextcolor': [ opt_color, 'white' ],
|
||||||
'groupbgcolor': [ opt_color, '#000000' ],
|
'groupbgcolor': [ opt_color, 'black' ],
|
||||||
'groupfont': [ opt_str, 'Sans 10' ],
|
'groupfont': [ opt_str, 'Sans 10' ],
|
||||||
'contacttextcolor': [ opt_color, '#ffffff' ],
|
'contacttextcolor': [ opt_color, 'white' ],
|
||||||
'contactbgcolor': [ opt_color, '#000000' ],
|
'contactbgcolor': [ opt_color, 'black' ],
|
||||||
'contactfont': [ opt_str, 'Sans 10' ],
|
'contactfont': [ opt_str, 'Sans 10' ],
|
||||||
'bannertextcolor': [ opt_color, '#ffffff' ],
|
'bannertextcolor': [ opt_color, 'white' ],
|
||||||
'bannerbgcolor': [ opt_color, '#000000' ],
|
'bannerbgcolor': [ opt_color, 'black' ],
|
||||||
|
|
||||||
# http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
|
# http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
|
||||||
# FIXME: not black but the default color from gtk+ theme
|
# FIXME: not black but the default color from gtk+ theme
|
||||||
|
|
Loading…
Reference in New Issue