default to more pale colors for incoming/outgoing message
This commit is contained in:
parent
fe2e69577e
commit
36ad547af7
|
@ -56,8 +56,8 @@ class Config:
|
|||
'trayicon': [ opt_bool, True ],
|
||||
'iconset': [ opt_str, 'sun' ],
|
||||
'use_transports_iconsets': [ opt_bool, True ],
|
||||
'inmsgcolor': [ opt_color, '#ff0000' ],
|
||||
'outmsgcolor': [ opt_color, '#0000ff' ],
|
||||
'inmsgcolor': [ opt_color, '#a34526' ],
|
||||
'outmsgcolor': [ opt_color, '#164e6f' ],
|
||||
'statusmsgcolor': [ opt_color, '#1eaa1e' ],
|
||||
'collapsed_rows': [ opt_str, '' ],
|
||||
'roster_theme': [ opt_str, 'green' ],
|
||||
|
|
Loading…
Reference in New Issue