summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-2.0/gtkrc
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-29 16:10:00 +0200
committerraveit65 <[email protected]>2014-05-29 16:10:00 +0200
commit896c0e6d6f34922ac3c820ad06636035c73c52d0 (patch)
treee71c6326d72378c1ca393629bce773567dcd21e0 /desktop-themes/Menta/gtk-2.0/gtkrc
parent793e2fbbd33a4e13b39f815690b71d4ce12b290c (diff)
downloadmate-themes-896c0e6d6f34922ac3c820ad06636035c73c52d0.tar.bz2
mate-themes-896c0e6d6f34922ac3c820ad06636035c73c52d0.tar.xz
BlueMenta Menta GTK3: fix caja statusbar color + remove ugly scrollbar butt
on outline + use resize grip image
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/gtkrc')
-rw-r--r--desktop-themes/Menta/gtk-2.0/gtkrc21
1 files changed, 17 insertions, 4 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/gtkrc b/desktop-themes/Menta/gtk-2.0/gtkrc
index 70c20232..c33b07fb 100644
--- a/desktop-themes/Menta/gtk-2.0/gtkrc
+++ b/desktop-themes/Menta/gtk-2.0/gtkrc
@@ -62,7 +62,7 @@ style "murrine-default" {
GtkScrollbar ::activate-slider = 1
GtkScrolledWindow ::scrollbar-spacing = 0
- GtkScrolledWindow ::scrollbars-within-bevel = 1
+ GtkScrolledWindow ::scrollbars-within-bevel = 0
GtkPaned ::handle-size = 2
@@ -104,8 +104,8 @@ style "murrine-default" {
GtkToolbar ::window-dragging = 1
# The little lovely gripper at the bottom right needs to stay.
- GtkWindow ::resize-grip-height = 15
- GtkWindow ::resize-grip-width = 15
+ GtkWindow ::resize-grip-height = 13
+ GtkWindow ::resize-grip-width = 13
xthickness = 1
ythickness = 1
@@ -371,7 +371,20 @@ style "murrine-progressbar" = "murrine-thin" {
}
style "murrine-statusbar" {
- xthickness = 2
+ xthickness = 0
+ engine "pixmap"
+ {
+ image
+ {
+ function = RESIZE_GRIP
+ recolorable = TRUE
+ state = NORMAL
+ detail = "statusbar"
+ overlay_file = "widgets/Others/resize-grip.png"
+ overlay_border = {0,0,0,0 }
+ overlay_stretch = FALSE
+ }
+ }
}
style "murrine-comboboxentry" { engine "murrine" { contrast = .4 }}