summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-16 23:07:00 +0200
committermathieui <mathieui@mathieui.net>2014-04-16 23:07:00 +0200
commit214904f19900996b47d9c42bb7240853ef88fe89 (patch)
tree941b3f81d0ec21c9b138ff152adec9310b55fd5f /src/theming.py
parenta511d5a84dad17d465f8b5ff445bc7508e7a3b75 (diff)
downloadpoezio-214904f19900996b47d9c42bb7240853ef88fe89.tar.gz
poezio-214904f19900996b47d9c42bb7240853ef88fe89.tar.bz2
poezio-214904f19900996b47d9c42bb7240853ef88fe89.tar.xz
poezio-214904f19900996b47d9c42bb7240853ef88fe89.zip
Change the formatting of join/part messages
also remove some hardcoded stuff
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index 10844956..31208ad0 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -139,6 +139,7 @@ class Theme(object):
# Message text color
COLOR_NORMAL_TEXT = (-1, -1)
COLOR_INFORMATION_TEXT = (5, -1) # TODO
+ COLOR_WARNING_TEXT = (1, -1)
# Color of the commands in the help message
COLOR_HELP_COMMANDS = (208, -1)