diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-12-17 05:10:43 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-12-17 05:10:43 +0100 |
commit | e52992cb6ceef1c884b0e812746242e225a3d9c9 (patch) | |
tree | c3cf31841da7c956196ff30bfd3fffa87ad8795d | |
parent | d2a701354609051f3ac3034c69a482001b3597cd (diff) | |
download | poezio-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.
-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() |