summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index 910e62d9..aba42a1c 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -194,6 +194,14 @@ class Theme(object):
# Vertical tab list color
COLOR_VERTICAL_TAB_NUMBER = (34, -1)
+ # Info messages color (the part before the ">")
+ INFO_COLORS = {
+ 'Info': (5, -1),
+ 'Error': (16, 1),
+ 'Roster': (2, 16),
+ 'default': (0, -1),
+ }
+
# This is the default theme object, used if no theme is defined in the conf
theme = Theme()