diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-08 20:50:44 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-09 00:26:31 +0200 |
commit | fe072a847b9963ac2ca8516b1dc8e2624548a850 (patch) | |
tree | 5cd956559066c922ba124bdac2039bb90ef07d4c /data/themes | |
parent | 369034a64a1697a140d7fe8a1d6cbc41ce45716b (diff) | |
download | poezio-fe072a847b9963ac2ca8516b1dc8e2624548a850.tar.gz poezio-fe072a847b9963ac2ca8516b1dc8e2624548a850.tar.bz2 poezio-fe072a847b9963ac2ca8516b1dc8e2624548a850.tar.xz poezio-fe072a847b9963ac2ca8516b1dc8e2624548a850.zip |
Fix the dark theme with the new “non-empty-input tabs”
that was ugly
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/dark.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/dark.py b/data/themes/dark.py index 92175320..ba7208a4 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -15,6 +15,7 @@ class DarkTheme(theming.Theme): COLOR_MORE_INDICATOR = (6, 4) COLOR_TAB_NORMAL = (-1, 236) + COLOR_TAB_NONEMPTY = (-1, 236) COLOR_TAB_CURRENT = (-1, 16) COLOR_TAB_NEW_MESSAGE = (3, 236) COLOR_TAB_HIGHLIGHT = (1, 236) |