tuikit/core/theme.py
changeset 109 105b1affc3c2
parent 89 94f5baef19ac
child 119 dd91747504dd
--- a/tuikit/core/theme.py	Fri Mar 28 19:58:59 2014 +0100
+++ b/tuikit/core/theme.py	Wed Sep 03 19:08:21 2014 +0200
@@ -6,6 +6,7 @@
     """Default color style"""
 
     normal = 'lightgray'
+    active = 'black on cyan'
     button = 'black on lightgray'
     button_active = 'black on cyan'