fix the color of the scrolled tab with the dark theme

This commit is contained in:
mathieui 2013-03-10 15:35:32 +01:00
parent f00dd1b8fe
commit af22dd53bb

View file

@ -21,6 +21,7 @@ class DarkTheme(theming.Theme):
COLOR_TAB_ATTENTION = (6, 236) COLOR_TAB_ATTENTION = (6, 236)
COLOR_TAB_PRIVATE = (2, 236) COLOR_TAB_PRIVATE = (2, 236)
COLOR_TAB_DISCONNECTED = (13, 236) COLOR_TAB_DISCONNECTED = (13, 236)
COLOR_TAB_SCROLLED = (66, 236)
COLOR_TOPIC_BAR = (-1, 236) COLOR_TOPIC_BAR = (-1, 236)
COLOR_SCROLLABLE_NUMBER = (220, 236, 'b') COLOR_SCROLLABLE_NUMBER = (220, 236, 'b')