tuikit/application.py
changeset 21 8553a6bd2d82
parent 18 e6c3a5ee91aa
child 23 4e72fd2a0e14
--- a/tuikit/application.py	Fri Oct 07 12:36:14 2011 +0200
+++ b/tuikit/application.py	Sat Oct 08 17:16:07 2011 +0200
@@ -137,6 +137,7 @@
     def applytheme(self):
         screen = self.screen
         screen.setcolor('normal',                  'white on black')
+        screen.setcolor('strong',                  'white on black, bold')
         screen.setcolor('active',                  'black on cyan')
         screen.setcolor('window:normal',           'white on blue')
         screen.setcolor('window:controls',         'white on blue, bold')