123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # created by KDE, Paz Kas 6 14:52:52 2016
- #
- # If you do not want KDE to override your GTK settings, select
- # Appearance -> Colors in the System Settings and disable the checkbox
- # "Apply colors to non-KDE4 applications"
- #
- #
- include "/usr/share//themes/Breeze/gtk-2.0/gtkrc"
- gtk-theme-name="Breeze"
- style "default"
- {
- bg[NORMAL] = { 0.937, 0.941, 0.945 }
- bg[SELECTED] = { 0.239, 0.682, 0.914 }
- bg[INSENSITIVE] = { 0.937, 0.941, 0.945 }
- bg[ACTIVE] = { 0.769, 0.788, 0.804 }
- bg[PRELIGHT] = { 0.937, 0.941, 0.945 }
- base[NORMAL] = { 0.988, 0.988, 0.988 }
- base[SELECTED] = { 0.239, 0.682, 0.914 }
- base[INSENSITIVE] = { 0.937, 0.941, 0.945 }
- base[ACTIVE] = { 0.239, 0.682, 0.914 }
- base[PRELIGHT] = { 0.239, 0.682, 0.914 }
- text[NORMAL] = { 0.192, 0.212, 0.231 }
- text[SELECTED] = { 0.937, 0.941, 0.945 }
- text[INSENSITIVE] = { 0.769, 0.788, 0.804 }
- text[ACTIVE] = { 0.937, 0.941, 0.945 }
- text[PRELIGHT] = { 0.937, 0.941, 0.945 }
- fg[NORMAL] = { 0.192, 0.212, 0.231 }
- fg[SELECTED] = { 0.937, 0.941, 0.945 }
- fg[INSENSITIVE] = { 0.769, 0.788, 0.804 }
- fg[ACTIVE] = { 0.192, 0.212, 0.231 }
- fg[PRELIGHT] = { 0.192, 0.212, 0.231 }
- }
- class "*" style "default"
- style "ToolTip"
- {
- bg[NORMAL] = { 0.937, 0.941, 0.945 }
- base[NORMAL] = { 0.988, 0.988, 0.988 }
- text[NORMAL] = { 0.192, 0.212, 0.231 }
- fg[NORMAL] = { 0.192, 0.212, 0.231 }
- }
- widget "gtk-tooltip" style "ToolTip"
- widget "gtk-tooltips" style "ToolTip"
- style "MenuItem"
- {
- bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
- fg[PRELIGHT] = { 0.937, 0.941, 0.945 }
- }
- class "*MenuItem" style "MenuItem"
|