tuikit/core/theme.py
changeset 119 dd91747504dd
parent 109 105b1affc3c2
equal deleted inserted replaced
118:8c7970520632 119:dd91747504dd
     3 
     3 
     4 class ColorTheme:
     4 class ColorTheme:
     5 
     5 
     6     """Default color style"""
     6     """Default color style"""
     7 
     7 
     8     normal = 'lightgray'
     8     clr_normal = 'lightgray'
     9     active = 'black on cyan'
     9     clr_active = 'black on cyan'
    10     button = 'black on lightgray'
    10     clr_button = 'black on lightgray'
    11     button_active = 'black on cyan'
    11     clr_button_active = 'black on cyan'
    12 
    12 
    13 
    13 
    14 class GraphicalTheme:
    14 class GraphicalTheme:
    15 
    15 
    16     """Default graphical symbols"""
    16     """Default graphical symbols"""