human (ala ubuntu) roster theme. thanks dcraven

This commit is contained in:
Nikos Kouremenos 2005-06-07 16:43:12 +00:00
parent 4166022b3d
commit 80c1dc36f2
1 changed files with 11 additions and 0 deletions

View File

@ -182,6 +182,17 @@ class Preferences_window:
'groupfont': 'Sans Italic 10',
'userfont': 'Sans 10'
},
'human': {
'accounttextcolor': '#ffffff',
'grouptextcolor': '#ab5920',
'contacttextcolor': '#000000',
'accountbgcolor': '#996442',
'groupbgcolor': '#e3ca94',
'contactbgcolor': '#ffffff',
'accountfont': 'Sans Bold 10',
'groupfont': 'Sans Italic 10',
'userfont': 'Sans 10'
},
}
theme_combobox = self.xml.get_widget('theme_combobox')