diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am | 2 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png | bin | 0 -> 408 bytes | |||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png | bin | 205 -> 0 bytes | |||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc | 19 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/gtkrc | 21 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/widgets/Others/Makefile.am | 3 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png | bin | 0 -> 408 bytes | |||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/apps/Caja/Makefile.am | 2 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/apps/Caja/resize-grip.png | bin | 0 -> 408 bytes | |||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/apps/Caja/resize_grip.png | bin | 205 -> 0 bytes | |||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/apps/caja.rc | 19 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/gtkrc | 21 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am | 3 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/widgets/Others/resize-grip.png | bin | 0 -> 408 bytes |
14 files changed, 68 insertions, 22 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 Binary files differnew file mode 100644 index 00000000..a41c3dd0 --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.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 Binary files differdeleted file mode 100644 index d78ecc2b..00000000 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png +++ /dev/null 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 Binary files differnew file mode 100644 index 00000000..a41c3dd0 --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png 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 Binary files differnew file mode 100644 index 00000000..a41c3dd0 --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/apps/Caja/resize-grip.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 Binary files differdeleted file mode 100644 index d78ecc2b..00000000 --- a/desktop-themes/Menta/gtk-2.0/apps/Caja/resize_grip.png +++ /dev/null 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 Binary files differnew file mode 100644 index 00000000..a41c3dd0 --- /dev/null +++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/resize-grip.png |