diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-03-29 12:44:19 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-03-29 12:44:19 +0200 |
commit | dcd29c636f01a8983d4cfdb20c66793e5d7cdef0 (patch) | |
tree | e111ae9ae640adb76313b947a61f113ed7e26e69 /data/themes | |
parent | a2abc116e52016ecf8d4268245dcdcd8dbb079a0 (diff) | |
download | poezio-dcd29c636f01a8983d4cfdb20c66793e5d7cdef0.tar.gz poezio-dcd29c636f01a8983d4cfdb20c66793e5d7cdef0.tar.bz2 poezio-dcd29c636f01a8983d4cfdb20c66793e5d7cdef0.tar.xz poezio-dcd29c636f01a8983d4cfdb20c66793e5d7cdef0.zip |
Change how colors are handled. With \x19x etc
Should work like before and be a little lighter on the RA
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 1fa9ed00..a7612c0b 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_TEXT = 3 +COLOR_HIGHLIGHT_NICK = 46 # User list color COLOR_USER_VISITOR = 7 diff --git a/data/themes/poezio b/data/themes/poezio index c5556280..facf68c8 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_TEXT = 1 +COLOR_HIGHLIGHT_NICK = 45 # User list color COLOR_USER_VISITOR = 7 |