default to more pale colors for incoming/outgoing message

This commit is contained in:
Nikos Kouremenos 2005-06-11 14:37:59 +00:00
parent fe2e69577e
commit 36ad547af7
1 changed files with 2 additions and 2 deletions

View File

@ -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' ],