diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-03-29 14:27:30 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-03-29 14:27:30 +0200 |
commit | 8b032a6ece601c74ea0d9cf4f0c7a3e1ae72bcb2 (patch) | |
tree | 061b7060d5aa63c27d7d9bf4c7fc0ea6253a49a0 /data/themes | |
parent | c2cb61da06b3c5a3acff152e28bfc5cccda1fd93 (diff) | |
download | poezio-8b032a6ece601c74ea0d9cf4f0c7a3e1ae72bcb2.tar.gz poezio-8b032a6ece601c74ea0d9cf4f0c7a3e1ae72bcb2.tar.bz2 poezio-8b032a6ece601c74ea0d9cf4f0c7a3e1ae72bcb2.tar.xz poezio-8b032a6ece601c74ea0d9cf4f0c7a3e1ae72bcb2.zip |
Fix the highlight (now the nick is colored, not the message itself)
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/dark | 2 | ||||
-rw-r--r-- | data/themes/poezio | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/dark b/data/themes/dark index a7612c0b..db1b2021 100644 --- a/data/themes/dark +++ b/data/themes/dark @@ -4,7 +4,7 @@ # Message text color COLOR_NORMAL_TEXT = 0 COLOR_INFORMATION_TEXT = 5 -COLOR_HIGHLIGHT_NICK = 46 +COLOR_HIGHLIGHT_NICK = 10 # User list color COLOR_USER_VISITOR = 7 diff --git a/data/themes/poezio b/data/themes/poezio index facf68c8..ac949233 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 = 45 +COLOR_HIGHLIGHT_NICK = 10 # User list color COLOR_USER_VISITOR = 7 |