From a0248d4324faec7fd3d3ef0bee1f9cf86a33c08e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 29 Mar 2011 16:48:25 +0200 Subject: Change the highlight color of the default theme --- data/themes/poezio | 2 +- src/theme.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/poezio b/data/themes/poezio index ac949233..b49403ab 100644 --- a/data/themes/poezio +++ b/data/themes/poezio @@ -4,7 +4,7 @@ # Message text color COLOR_NORMAL_TEXT = 0 COLOR_INFORMATION_TEXT = 5 -COLOR_HIGHLIGHT_NICK = 10 +COLOR_HIGHLIGHT_NICK = -46 # User list color COLOR_USER_VISITOR = 7 diff --git a/src/theme.py b/src/theme.py index 10082676..2b09cc57 100644 --- a/src/theme.py +++ b/src/theme.py @@ -34,7 +34,7 @@ log = logging.getLogger(__name__) # Message text color COLOR_NORMAL_TEXT = 0 COLOR_INFORMATION_TEXT = 5 -COLOR_HIGHLIGHT_NICK = 10 +COLOR_HIGHLIGHT_NICK = -46 # User list color COLOR_USER_VISITOR = 7 -- cgit v1.2.3