Fix the color of the information text in the dark plugin.

This commit is contained in:
Florent Le Coz 2012-12-17 05:10:43 +01:00
parent d2a7013546
commit e52992cb6c

View file

@ -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()