summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-03-10 15:35:32 +0100
committermathieui <mathieui@mathieui.net>2013-03-10 15:35:32 +0100
commitaf22dd53bb125a064f3e1cdd4c7e0795dc64d898 (patch)
treebb8d7d1ff81f289a9f693fccee1d6ed6c4fef82d /data
parentf00dd1b8feedf4ec9dade18617ce855d447b420c (diff)
downloadpoezio-af22dd53bb125a064f3e1cdd4c7e0795dc64d898.tar.gz
poezio-af22dd53bb125a064f3e1cdd4c7e0795dc64d898.tar.bz2
poezio-af22dd53bb125a064f3e1cdd4c7e0795dc64d898.tar.xz
poezio-af22dd53bb125a064f3e1cdd4c7e0795dc64d898.zip
fix the color of the scrolled tab with the dark theme
Diffstat (limited to 'data')
-rw-r--r--data/themes/dark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/dark.py b/data/themes/dark.py
index 0d4f9b69..f176617e 100644
--- a/data/themes/dark.py
+++ b/data/themes/dark.py
@@ -21,6 +21,7 @@ class DarkTheme(theming.Theme):
COLOR_TAB_ATTENTION = (6, 236)
COLOR_TAB_PRIVATE = (2, 236)
COLOR_TAB_DISCONNECTED = (13, 236)
+ COLOR_TAB_SCROLLED = (66, 236)
COLOR_TOPIC_BAR = (-1, 236)
COLOR_SCROLLABLE_NUMBER = (220, 236, 'b')