diff options
author | raveit65 <[email protected]> | 2013-11-20 12:36:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-11-20 12:36:02 +0100 |
commit | a99f089a0793722d61dc6dc5725d5f458c8175eb (patch) | |
tree | fee8624b60b13a73bd5d0e9f4ca6f5d4807dfe9f /desktop-themes | |
parent | a56b2f6ca0e2f8339cf1a47e49c2ebceb26bae5a (diff) | |
download | mate-themes-a99f089a0793722d61dc6dc5725d5f458c8175eb.tar.bz2 mate-themes-a99f089a0793722d61dc6dc5725d5f458c8175eb.tar.xz |
BlueMenta: change default button color gtk2
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/gtkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index 5e8068be..4cffc259 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -137,7 +137,7 @@ style "murrine-default" { colorize_scrollbar = FALSE
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
contrast = 0.4 # 0.8 for less contrast, more than 1.0 for more contrast on borders
- default_button_color = shade (1.12, @selected_bg_color)
+ default_button_color = shade (1.42, @selected_bg_color)
focus_color = @selected_bg_color
focusstyle = 3
glazestyle = 1 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
|