colors by rgb names
这个提交存在于:
父节点
1f9fcd4d14
当前提交
c268a9f223
共有 1 个文件被更改,包括 8 次插入 和 8 次删除
|
|
@ -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
|
||||||
|
|
|
||||||
正在加载…
添加表格
在新工单中引用