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 --- .../BlueMenta/gtk-2.0/apps/Caja/Makefile.am | 2 +- .../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 desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile.am | 2 +- .../Menta/gtk-2.0/apps/Caja/resize-grip.png | Bin 0 -> 408 bytes .../Menta/gtk-2.0/apps/Caja/resize_grip.png | Bin 205 -> 0 bytes desktop-themes/Menta/gtk-2.0/apps/caja.rc | 19 ++++++++++++++----- desktop-themes/Menta/gtk-2.0/gtkrc | 21 +++++++++++++++++---- .../Menta/gtk-2.0/widgets/Others/Makefile.am | 3 ++- .../Menta/gtk-2.0/widgets/Others/resize-grip.png | Bin 0 -> 408 bytes 14 files changed, 68 insertions(+), 22 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 create mode 100644 desktop-themes/Menta/gtk-2.0/apps/Caja/resize-grip.png delete mode 100644 desktop-themes/Menta/gtk-2.0/apps/Caja/resize_grip.png create mode 100644 desktop-themes/Menta/gtk-2.0/widgets/Others/resize-grip.png 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 e2bc771b..e639243a 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am @@ -10,7 +10,7 @@ theme_DATA = \ mode_prelight.png \ mode_pressed.png \ caja-toolbar.png \ - resize_grip.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 6b9cea45..b1e380cf 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 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 }} 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 diff --git a/desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile.am b/desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile.am index 2cf96491..86473b16 100644 --- a/desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile.am +++ b/desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile.am @@ -11,7 +11,7 @@ theme_DATA = \ mode_normal.png \ mode_prelight.png \ mode_pressed.png \ - resize_grip.png \ + resize-grip.png \ right_slider_normal.png \ slider.png \ slider-prelight.png \ diff --git a/desktop-themes/Menta/gtk-2.0/apps/Caja/resize-grip.png b/desktop-themes/Menta/gtk-2.0/apps/Caja/resize-grip.png new file mode 100644 index 00000000..a41c3dd0 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/apps/Caja/resize-grip.png differ diff --git a/desktop-themes/Menta/gtk-2.0/apps/Caja/resize_grip.png b/desktop-themes/Menta/gtk-2.0/apps/Caja/resize_grip.png deleted file mode 100644 index d78ecc2b..00000000 Binary files a/desktop-themes/Menta/gtk-2.0/apps/Caja/resize_grip.png and /dev/null differ diff --git a/desktop-themes/Menta/gtk-2.0/apps/caja.rc b/desktop-themes/Menta/gtk-2.0/apps/caja.rc index e15be1fc..5366f21d 100644 --- a/desktop-themes/Menta/gtk-2.0/apps/caja.rc +++ b/desktop-themes/Menta/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/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 }} diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am index 30a3b3d6..83c5eea4 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am +++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am @@ -5,7 +5,8 @@ theme_DATA = \ close.png \ handle.png \ null.png \ - toolbar.png + toolbar.png \ + resize-grip.png EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/resize-grip.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/resize-grip.png new file mode 100644 index 00000000..a41c3dd0 Binary files /dev/null and b/desktop-themes/Menta/gtk-2.0/widgets/Others/resize-grip.png differ -- cgit v1.2.1