From b6d32de0ead32ea17f49b712bcb03f7e966f6537 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 30 Apr 2005 17:40:32 +0000 Subject: [PATCH] adding Cyan theme roster --- src/config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/config.py b/src/config.py index 562fce989..e417bdd5a 100644 --- a/src/config.py +++ b/src/config.py @@ -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')