Skip to content
Snippets Groups Projects
Commit c268a9f2 authored by nkour's avatar nkour
Browse files

colors by rgb names

parent 1f9fcd4d
No related branches found
No related tags found
No related merge requests found
......@@ -204,17 +204,17 @@ class Config:
'jid': [ opt_str, ''],
}, {}),
'themes': ({
'accounttextcolor': [ opt_color, '#ffffff' ],
'accountbgcolor': [ opt_color, '#000000' ],
'accounttextcolor': [ opt_color, 'white' ],
'accountbgcolor': [ opt_color, 'black' ],
'accountfont': [ opt_str, 'Sans 10' ],
'grouptextcolor': [ opt_color, '#ffffff' ],
'groupbgcolor': [ opt_color, '#000000' ],
'grouptextcolor': [ opt_color, 'white' ],
'groupbgcolor': [ opt_color, 'black' ],
'groupfont': [ opt_str, 'Sans 10' ],
'contacttextcolor': [ opt_color, '#ffffff' ],
'contactbgcolor': [ opt_color, '#000000' ],
'contacttextcolor': [ opt_color, 'white' ],
'contactbgcolor': [ opt_color, 'black' ],
'contactfont': [ opt_str, 'Sans 10' ],
'bannertextcolor': [ opt_color, '#ffffff' ],
'bannerbgcolor': [ opt_color, '#000000' ],
'bannertextcolor': [ opt_color, 'white' ],
'bannerbgcolor': [ opt_color, 'black' ],
# http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
# FIXME: not black but the default color from gtk+ theme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment