From 214904f19900996b47d9c42bb7240853ef88fe89 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 16 Apr 2014 23:07:00 +0200 Subject: Change the formatting of join/part messages also remove some hardcoded stuff --- src/theming.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theming.py') 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) -- cgit v1.2.3