From 896c0e6d6f34922ac3c820ad06636035c73c52d0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 29 May 2014 16:10:00 +0200 Subject: BlueMenta Menta GTK3: fix caja statusbar color + remove ugly scrollbar butt on outline + use resize grip image --- desktop-themes/BlueMenta/gtk-2.0/gtkrc | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'desktop-themes/BlueMenta/gtk-2.0/gtkrc') diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index f0263a2f..e7c50e9e 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -57,7 +57,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 @@ -99,8 +99,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 @@ -366,7 +366,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 }} -- cgit v1.2.1