summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index 41fabaf0..27397fe2 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -196,7 +196,10 @@ class Theme(object):
CHAR_KICK = '-!-'
CHAR_COLUMN_ASC = ' ▲'
CHAR_COLUMN_DESC =' ▼'
+ CHAR_ROSTER_ERROR = '✖'
+ CHAR_ROSTER_ASKED = '?'
+ COLOR_ROSTER_ERROR = (1, -1)
COLOR_JOIN_CHAR = (4, -1)
COLOR_QUIT_CHAR = (1, -1)
COLOR_KICK_CHAR = (1, -1)