Fix the color of the information text in the dark plugin.
This commit is contained in:
parent
d2a7013546
commit
e52992cb6c
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ class DarkTheme(theming.Theme):
|
||||||
COLOR_VERTICAL_TAB_ATTENTION = (6, -1)
|
COLOR_VERTICAL_TAB_ATTENTION = (6, -1)
|
||||||
COLOR_VERTICAL_TAB_DISCONNECTED = (13, -1)
|
COLOR_VERTICAL_TAB_DISCONNECTED = (13, -1)
|
||||||
|
|
||||||
|
COLOR_INFORMATION_TEXT = (244, -1)
|
||||||
|
|
||||||
|
|
||||||
theme = DarkTheme()
|
theme = DarkTheme()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue