diff options
-rw-r--r-- | data/themes/poezio | 2 | ||||
-rw-r--r-- | 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 |