From 3d98f48ba21e83df50e18ea5e7800aad19f5d5b4 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 3 Mar 2013 13:13:15 +0100 Subject: Fix #2182 (show s2s errors) - Add the theming options COLOR_ROSTER_ERROR, CHAR_ROSTER_ERRROR, and CHAR_ROSTER_ASKED --- src/theming.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/theming.py') 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) -- cgit v1.2.3