summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authormanfraid <manfraid@gmail.com>2011-12-08 16:22:43 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-12-09 13:56:55 +0100
commit02099123b0f2272954e91b737f50a797e4df0420 (patch)
tree65bc917cd6e7bebce79d728de369b09008df4a42 /src/theming.py
parenta0404f3077c9ec932f0272b770a9c985ccda25cc (diff)
downloadpoezio-02099123b0f2272954e91b737f50a797e4df0420.tar.gz
poezio-02099123b0f2272954e91b737f50a797e4df0420.tar.bz2
poezio-02099123b0f2272954e91b737f50a797e4df0420.tar.xz
poezio-02099123b0f2272954e91b737f50a797e4df0420.zip
Fixe 2104
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 e09d4530..7e90a5a7 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -154,12 +154,15 @@ class Theme(object):
COLOR_CONVERSATION_NAME = (2, 4)
COLOR_GROUPCHAT_NAME = (7, 4)
COLOR_COLUMN_HEADER = (36, 4)
+ COLOR_COLUMN_HEADER_SEL = (4, 36)
# Strings for special messages (like join, quit, nick change, etc)
# Special messages
CHAR_JOIN = '--->'
CHAR_QUIT = '<---'
CHAR_KICK = '-!-'
+ CHAR_COLUMN_ASC = ' ▲'
+ CHAR_COLUMN_DESC =' ▼'
COLOR_JOIN_CHAR = (4, -1)
COLOR_QUIT_CHAR = (1, -1)