plain become system, because we use system

colors, make 'system' them default:wq
This commit is contained in:
Dimitur Kirov 2006-03-25 01:43:39 +00:00
parent 495af26c9c
commit 41c0ae46c6
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class Config:
'markedmsgcolor': [ opt_color, '#ff8080', '', True ],
'urlmsgcolor': [ opt_color, '#0000ff', '', True ],
'collapsed_rows': [ opt_str, '', '', True ],
'roster_theme': [ opt_str, 'green', '', True ],
'roster_theme': [ opt_str, 'system', '', True ],
'saveposition': [ opt_bool, True ],
'mergeaccounts': [ opt_bool, False, '', True ],
'sort_by_show': [ opt_bool, True, '', True ],
@ -316,7 +316,7 @@ class Config:
'', 'I', '#000000', '', '', '', '',
'#918caa' ],
_('plain'): [ '', '', '', 'B', '', '','', 'I', '', '', '', '', '','' ],
_('system'): [ '', '', '', 'B', '', '','', 'I', '', '', '', '', '','' ],
}