diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-12-15 02:35:52 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-12-15 02:42:30 +0100 |
commit | 786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a (patch) | |
tree | e3374c15f93c8e71b11f7bf486e8687898532883 /data | |
parent | fb8295c05f5ff154a1826a7056f65a526d7d4dd2 (diff) | |
download | poezio-786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a.tar.gz poezio-786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a.tar.bz2 poezio-786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a.tar.xz poezio-786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a.zip |
Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option.
If COLOR_HIGHLIGHT_NICK = "reverse", the highlight nick will be in reverse
mode.
fix #2165
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/dark.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/themes/dark.py b/data/themes/dark.py index c7942290..9d856b8f 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -14,8 +14,6 @@ class DarkTheme(theming.Theme): COLOR_NEW_TEXT_SEPARATOR = (213, -1) COLOR_MORE_INDICATOR = (6, 4) - COLOR_HIGHLIGHT_NICK = (236, 202, 'b') - COLOR_TAB_NORMAL = (-1, 236) COLOR_TAB_CURRENT = (-1, 16) COLOR_TAB_NEW_MESSAGE = (3, 236) |