From 5c54fabfb629bb3daed8a1231dad565cd65efaf7 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 Conflicts: desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am --- .../BlueMenta/gtk-2.0/apps/Caja/Makefile.am | 4 ++-- .../BlueMenta/gtk-2.0/apps/Caja/resize-grip.png | Bin 0 -> 408 bytes .../BlueMenta/gtk-2.0/apps/Caja/resize_grip.png | Bin 205 -> 0 bytes desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc | 19 ++++++++++++++----- desktop-themes/BlueMenta/gtk-2.0/gtkrc | 21 +++++++++++++++++---- .../BlueMenta/gtk-2.0/widgets/Others/Makefile.am | 3 ++- .../gtk-2.0/widgets/Others/resize-grip.png | Bin 0 -> 408 bytes 7 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png delete mode 100644 desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png create mode 100644 desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png (limited to 'desktop-themes/BlueMenta') diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am index da325a81..e639243a 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am @@ -9,8 +9,8 @@ theme_DATA = \ mode_normal.png \ mode_prelight.png \ mode_pressed.png \ - nautilus-toolbar.png \ - resize_grip.png \ + caja-toolbar.png \ + resize-grip.png \ right_slider_normal.png \ slider.png \ slider-prelight.png \ diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png new file mode 100644 index 00000000..a41c3dd0 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png deleted file mode 100644 index d78ecc2b..00000000 Binary files a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png and /dev/null differ diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc index 9b71f4d3..78d42290 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc @@ -35,11 +35,20 @@ style "caja-handle" { style "caja-statusbar" { - bg[NORMAL] = @base_color - base[NORMAL] = @base_color - fg[NORMAL] = shade (1.2, @fg_color) - - engine "murrine" {} + xthickness = 0 + engine "pixmap" + { + image + { + function = RESIZE_GRIP + recolorable = TRUE + state = NORMAL + detail = "statusbar" + overlay_file = "Caja/resize-grip.png" + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } } style "caja-location" diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index d474e44d..119d4544 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 = 6 @@ -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 }} diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile.am index cd15ea0e..3ff32008 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile.am @@ -3,7 +3,8 @@ themedir = $(datadir)/themes/BlueMenta/gtk-2.0/widgets/Others theme_DATA = \ close.png \ handle.png \ - null.png + null.png \ + resize-grip.png EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png b/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png new file mode 100644 index 00000000..a41c3dd0 Binary files /dev/null and b/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png differ -- cgit v1.2.1