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 /src/theme.py | |
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 'src/theme.py')
-rw-r--r-- | src/theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme.py b/src/theme.py index 42bc3aed..e5d10f84 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_TEXT = 1 +COLOR_HIGHLIGHT_NICK = 45 # User list color COLOR_USER_VISITOR = 7 |