diff options
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/dark.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/dark.py b/data/themes/dark.py index 9d856b8f..a7a1549e 100644 --- a/data/themes/dark.py +++ b/data/themes/dark.py @@ -38,6 +38,8 @@ class DarkTheme(theming.Theme): COLOR_VERTICAL_TAB_ATTENTION = (6, -1) COLOR_VERTICAL_TAB_DISCONNECTED = (13, -1) + COLOR_INFORMATION_TEXT = (244, -1) + theme = DarkTheme() |