From fe072a847b9963ac2ca8516b1dc8e2624548a850 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 8 Apr 2014 20:50:44 +0200 Subject: =?UTF-8?q?Fix=20the=20dark=20theme=20with=20the=20new=20=E2=80=9C?= =?UTF-8?q?non-empty-input=20tabs=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit that was ugly --- data/themes/dark.py | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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) -- cgit v1.2.3