adding Cyan theme roster

This commit is contained in:
Nikos Kouremenos 2005-04-30 17:40:32 +00:00
parent 52a9e59c94
commit b6d32de0ea
1 changed files with 11 additions and 0 deletions

View File

@ -685,6 +685,17 @@ class Preferences_window:
'groupfont': 'Sans Italic 10',
'userfont': 'Sans 10',
},
'Cyan': {
'accounttextcolor': '#ff0000',
'grouptextcolor': '#0000ff',
'usertextcolor': '#000000',
'accountbgcolor': '#9fdfff',
'groupbgcolor': '#ffffff',
'userbgcolor': '#ffffff',
'accountfont': 'Sans Bold 10',
'groupfont': 'Sans Italic 10',
'userfont': 'Sans 10'
}
}
theme_combobox = self.xml.get_widget('theme_combobox')