summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index cf128c5b..2068c83a 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -111,6 +111,10 @@ class Theme(object):
# Color for the /me message
COLOR_ME_MESSAGE = (6, -1)
+ # Color for various important text. For example the "?" before JIDs in
+ # the roster that require an user action.
+ COLOR_IMPORTANT_TEXT = (3, 5, 'b')
+
# Separators
COLOR_VERTICAL_SEPARATOR = (4, -1)
COLOR_NEW_TEXT_SEPARATOR = (2, -1)