summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2012-12-17 05:10:43 +0100
committerFlorent Le Coz <louiz@louiz.org>2012-12-17 05:10:43 +0100
commite52992cb6ceef1c884b0e812746242e225a3d9c9 (patch)
treec3cf31841da7c956196ff30bfd3fffa87ad8795d /data
parentd2a701354609051f3ac3034c69a482001b3597cd (diff)
downloadpoezio-e52992cb6ceef1c884b0e812746242e225a3d9c9.tar.gz
poezio-e52992cb6ceef1c884b0e812746242e225a3d9c9.tar.bz2
poezio-e52992cb6ceef1c884b0e812746242e225a3d9c9.tar.xz
poezio-e52992cb6ceef1c884b0e812746242e225a3d9c9.zip
Fix the color of the information text in the dark plugin.
Diffstat (limited to 'data')
-rw-r--r--data/themes/dark.py2
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()