summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-2.0
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/BlueMenta/gtk-2.0
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/BlueMenta/gtk-2.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am2
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.pngbin0 -> 408 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.pngbin205 -> 0 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc19
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/gtkrc21
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile.am3
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.pngbin0 -> 408 bytes
7 files changed, 34 insertions, 11 deletions
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
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png
Binary files 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
--- a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png
Binary files differ