diff options
author | BlackNoxis <stevencristian@hotmail.com> | 2012-05-26 19:52:44 +0300 |
---|---|---|
committer | BlackNoxis <stevencristian@hotmail.com> | 2012-05-26 19:52:44 +0300 |
commit | 169a2c200f3ed5cba92dff2b5b4754135e9700b8 (patch) | |
tree | 0786dbd43b170869bc682308b891b208d4046e31 /skel/.kde4/share/config/gtkrc-2.0 |
roskell on
Diffstat (limited to 'skel/.kde4/share/config/gtkrc-2.0')
-rw-r--r-- | skel/.kde4/share/config/gtkrc-2.0 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/skel/.kde4/share/config/gtkrc-2.0 b/skel/.kde4/share/config/gtkrc-2.0 new file mode 100644 index 0000000..391e49a --- /dev/null +++ b/skel/.kde4/share/config/gtkrc-2.0 @@ -0,0 +1,56 @@ +# created by KDE, Tue Jun 21 19:41:45 2011 +# +# 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" +# +# +style "default" +{ + bg[NORMAL] = { 0.878, 0.875, 0.871 } + bg[SELECTED] = { 0.255, 0.545, 0.831 } + bg[INSENSITIVE] = { 0.878, 0.875, 0.871 } + bg[ACTIVE] = { 0.718, 0.710, 0.702 } + bg[PRELIGHT] = { 0.878, 0.875, 0.871 } + + base[NORMAL] = { 1.000, 1.000, 1.000 } + base[SELECTED] = { 0.255, 0.545, 0.831 } + base[INSENSITIVE] = { 0.878, 0.875, 0.871 } + base[ACTIVE] = { 0.255, 0.545, 0.831 } + base[PRELIGHT] = { 0.255, 0.545, 0.831 } + + text[NORMAL] = { 0.078, 0.075, 0.071 } + text[SELECTED] = { 1.000, 1.000, 1.000 } + text[INSENSITIVE] = { 0.718, 0.710, 0.702 } + text[ACTIVE] = { 1.000, 1.000, 1.000 } + text[PRELIGHT] = { 1.000, 1.000, 1.000 } + + fg[NORMAL] = { 0.078, 0.075, 0.071 } + fg[SELECTED] = { 1.000, 1.000, 1.000 } + fg[INSENSITIVE] = { 0.718, 0.710, 0.702 } + fg[ACTIVE] = { 0.078, 0.075, 0.071 } + fg[PRELIGHT] = { 0.078, 0.075, 0.071 } +} + +class "*" style "default" + +gtk-alternative-button-order = 1 + +style "ToolTip" +{ + bg[NORMAL] = { 0.878, 0.875, 0.871 } + base[NORMAL] = { 1.000, 1.000, 1.000 } + text[NORMAL] = { 0.078, 0.075, 0.071 } + fg[NORMAL] = { 0.078, 0.075, 0.071 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.255, 0.545, 0.831 } +} + +class "*MenuItem" style "MenuItem" + |