summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/themes/dark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/dark.py b/data/themes/dark.py
index f176617e..92175320 100644
--- a/data/themes/dark.py
+++ b/data/themes/dark.py
@@ -41,6 +41,7 @@ class DarkTheme(theming.Theme):
COLOR_VERTICAL_TAB_DISCONNECTED = (13, -1)
COLOR_INFORMATION_TEXT = (244, -1)
+ COLOR_LOG_MSG = (244, -1)
theme = DarkTheme()