diff options
Diffstat (limited to 'src/theming.py')
-rw-r--r-- | src/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming.py b/src/theming.py index 4e1f37ea..ff2ff74e 100644 --- a/src/theming.py +++ b/src/theming.py @@ -79,7 +79,7 @@ class Theme(object): """ # Message text color COLOR_NORMAL_TEXT = (-1, -1) - COLOR_INFORMATION_TEXT = (137, -1) # TODO + COLOR_INFORMATION_TEXT = (5, -1) # TODO COLOR_HIGHLIGHT_NICK = (3, 5, 'b') # User list color |