summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-2.0/apps
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps')
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am20
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_active.pngbin0 -> 3482 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_normal.pngbin0 -> 3336 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_prelight.pngbin0 -> 3177 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/extra-widget.pngbin0 -> 2896 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/left_slider_normal.pngbin0 -> 3489 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_normal.pngbin0 -> 4348 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_prelight.pngbin0 -> 3972 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_pressed.pngbin0 -> 4357 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/nautilus-toolbar.pngbin0 -> 4478 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.pngbin0 -> 205 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/right_slider_normal.pngbin0 -> 3508 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider-prelight.pngbin0 -> 285 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider.pngbin0 -> 279 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Caja/trough.pngbin0 -> 205 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile.am8
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Handles/handle-caja.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Handles/resize_grip.pngbin0 -> 254 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am27
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile.am7
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Null/null.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile.am7
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/Others/null.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc97
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc38
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/combo_down.pngbin0 -> 317 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/dummy.pngbin0 -> 190 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc43
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc24
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/stock_back.pngbin0 -> 2905 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/stock_find.pngbin0 -> 643 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/stock_forward.pngbin0 -> 2869 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/stock_home.pngbin0 -> 2925 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/stock_refresh.pngbin0 -> 691 bytes
-rw-r--r--desktop-themes/BlueMenta/gtk-2.0/apps/stock_stop.pngbin0 -> 487 bytes
35 files changed, 271 insertions, 0 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
new file mode 100644
index 00000000..da325a81
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/Makefile.am
@@ -0,0 +1,20 @@
+themedir = $(datadir)/themes/BlueMenta/gtk-2.0/apps/Caja
+
+theme_DATA = \
+ breadcrumb_active.png \
+ breadcrumb_normal.png \
+ breadcrumb_prelight.png \
+ extra-widget.png \
+ left_slider_normal.png \
+ mode_normal.png \
+ mode_prelight.png \
+ mode_pressed.png \
+ nautilus-toolbar.png \
+ resize_grip.png \
+ right_slider_normal.png \
+ slider.png \
+ slider-prelight.png \
+ trough.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_active.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_active.png
new file mode 100644
index 00000000..026e3041
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_active.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_normal.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_normal.png
new file mode 100644
index 00000000..e47a4907
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_normal.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_prelight.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_prelight.png
new file mode 100644
index 00000000..2462173e
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_prelight.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/extra-widget.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/extra-widget.png
new file mode 100644
index 00000000..e9b6af53
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/extra-widget.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/left_slider_normal.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/left_slider_normal.png
new file mode 100644
index 00000000..926b9392
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/left_slider_normal.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_normal.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_normal.png
new file mode 100644
index 00000000..86affe26
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_normal.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_prelight.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_prelight.png
new file mode 100644
index 00000000..c1c58022
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_prelight.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_pressed.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_pressed.png
new file mode 100644
index 00000000..82aedcfb
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/mode_pressed.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/nautilus-toolbar.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/nautilus-toolbar.png
new file mode 100644
index 00000000..dee776cb
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/nautilus-toolbar.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
new file mode 100644
index 00000000..d78ecc2b
--- /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/right_slider_normal.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/right_slider_normal.png
new file mode 100644
index 00000000..42019809
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/right_slider_normal.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider-prelight.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider-prelight.png
new file mode 100644
index 00000000..96cf1661
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider-prelight.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider.png
new file mode 100644
index 00000000..ea6642c6
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/slider.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/trough.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/trough.png
new file mode 100644
index 00000000..d6f1895d
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Caja/trough.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile.am
new file mode 100644
index 00000000..0d42cf5d
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/Makefile.am
@@ -0,0 +1,8 @@
+themedir = $(datadir)/themes/BlueMenta/gtk-2.0/apps/Handles
+
+theme_DATA = \
+ resize_grip.png \
+ handle-caja.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/handle-caja.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/handle-caja.png
new file mode 100644
index 00000000..0fbb411a
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/handle-caja.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/resize_grip.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/resize_grip.png
new file mode 100644
index 00000000..0dd576b6
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Handles/resize_grip.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am
new file mode 100644
index 00000000..8979bd6f
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am
@@ -0,0 +1,27 @@
+themedir = $(datadir)/themes/BlueMenta/gtk-2.0/apps
+
+theme_DATA = \
+ chromium.rc \
+ combo_down.png \
+ dummy.png \
+ pcmanfm.rc \
+ stock_back.png \
+ stock_find.png \
+ stock_forward.png \
+ stock_home.png \
+ stock_refresh.png \
+ stock_stop.png \
+ caja.rc \
+ pluma.rc
+
+EXTRA_DIST = $(theme_DATA)
+
+SUBDIRS = Handles \
+ Caja \
+ Null \
+ Others
+
+DIST_SUBDIRS = Handles \
+ Caja \
+ Null \
+ Others
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile.am
new file mode 100644
index 00000000..e12c74a8
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Null/Makefile.am
@@ -0,0 +1,7 @@
+themedir = $(datadir)/themes/BlueMenta/gtk-2.0/apps/Null
+
+theme_DATA = \
+ null.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Null/null.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Null/null.png
new file mode 100644
index 00000000..a7627448
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Null/null.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile.am
new file mode 100644
index 00000000..60b23af0
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Others/Makefile.am
@@ -0,0 +1,7 @@
+themedir = $(datadir)/themes/BlueMenta/gtk-2.0/apps/Others
+
+theme_DATA = \
+ null.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Others/null.png b/desktop-themes/BlueMenta/gtk-2.0/apps/Others/null.png
new file mode 100644
index 00000000..9bb72bb5
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Others/null.png
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
new file mode 100644
index 00000000..9b71f4d3
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/caja.rc
@@ -0,0 +1,97 @@
+### This file styles Caja. caja-e.rc is for Caja elementary. ###
+
+style "caja-window-base" { bg[NORMAL] = @base_color }
+
+style "caja-sidebar" = "murrine-sidebar" {
+ GtkTreeView::horizontal_separator = 15
+ GtkTreeView::vertical_separator = 2
+
+ text[NORMAL] = @fg_color
+ base[NORMAL] = "#E3E3E3"
+
+ GtkTreeView::odd_row_color = "#E3E3E3"
+ GtkTreeView::even_row_color = "#E3E3E3"
+}
+
+style "caja-view" {
+ xthickness = 0
+ ythickness = 0
+}
+
+style "caja-handle" {
+ GtkPaned::handle-size = 1
+
+ engine "pixmap" {
+ # for the thin gray line separating the sidepane and viewpane
+ image {
+ function = HANDLE
+ recolorable = TRUE
+ file = "Handles/handle-caja.png"
+ stretch = TRUE
+ border = { 0, 0, 0, 0 }
+ }
+ }
+}
+
+style "caja-statusbar"
+{
+ bg[NORMAL] = @base_color
+ base[NORMAL] = @base_color
+ fg[NORMAL] = shade (1.2, @fg_color)
+
+ engine "murrine" {}
+}
+
+style "caja-location"
+{
+
+ xthickness = 0
+ ythickness = 0
+
+ bg[NORMAL] = @base_color
+
+ engine "pixmap" {
+ image
+ {
+ function = FLAT_BOX
+ recolorable = TRUE
+ file = "Caja/extra-widget.png"
+ state = NORMAL
+ stretch = TRUE
+ border = { 0, 0, 1, 0 }
+ }
+ }
+}
+
+style "caja-pathbar"
+{
+ #bg[NORMAL] = @bg_color
+}
+
+############################################
+# CAJA
+# Order of assignment is important
+#############################################
+
+widget_class "*CajaSidePane.*" style "caja-sidebar"
+widget_class "*Caja*Places*Sidebar*" style "caja-sidebar"
+widget_class "*Caja*Side*.GtkWidget" style "caja-sidebar"
+widget_class "*Caja*Side*Title*" style "caja-sidebar"
+
+#widget "*CajaNavigationWindow" style "caja-window-base"
+
+widget_class "*Caja*Scrollbar" style "murrine-scrollbar"
+widget_class "*CajaSidePane.*Scrollbar" style:highest "murrine-scrollbar"
+widget_class "*Caja*Statusbar*" style "caja-statusbar"
+
+widget "*Caja*Splitter" style "caja-handle"
+widget_class "*Caja*View*" style "caja-view"
+widget_class "*Caja*Notebook" style "murrine-notebook"
+
+widget_class "*Caja*<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
+widget_class "*Caja*<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
+widget_class "*Caja*<GtkList>.<GtkButton>" style "murrine-treeview-header"
+widget_class "*Caja*<GtkCList>.<GtkButton>" style "murrine-treeview-header"
+
+widget_class "*CajaPathBar*" style "caja-pathbar"
+widget "*.caja-extra-view-widget" style "caja-location"
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc
new file mode 100644
index 00000000..aeecbdc0
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc
@@ -0,0 +1,38 @@
+# ==============================================================================
+# CHROMIUM SPECIFIC SETTINGS
+# ==============================================================================
+
+style "chromium_toolbar_button" {
+ engine "murrine" {
+ roundness = 3
+ textstyle = 0
+ }
+}
+
+style "chrome-gtk-frame"
+{
+ ChromeGtkFrame::frame-color = @bg_color
+ ChromeGtkFrame::inactive-frame-color = @bg_color
+
+ ChromeGtkFrame::frame-gradient-size = 16
+ ChromeGtkFrame::frame-gradient-color = @bg_color
+
+ ChromeGtkFrame::incognito-frame-color = @bg_color
+ ChromeGtkFrame::incognito-inactive-frame-color = @bg_color
+
+ ChromeGtkFrame::incognito-frame-gradient-size = 16
+ ChromeGtkFrame::incognito-frame-gradient-color = @bg_color
+
+ ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
+}
+
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+widget_class "*Chrom*Button*" style "chromium_toolbar_button"
+
+
+
+
+
+
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/combo_down.png b/desktop-themes/BlueMenta/gtk-2.0/apps/combo_down.png
new file mode 100644
index 00000000..053a42a6
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/combo_down.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/dummy.png b/desktop-themes/BlueMenta/gtk-2.0/apps/dummy.png
new file mode 100644
index 00000000..1a52f720
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/dummy.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc
new file mode 100644
index 00000000..8dcfdaed
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc
@@ -0,0 +1,43 @@
+style "pcmanfm-sidebar" = "murrine-sidebar" {
+ font_name = "Regular"
+
+ GtkTreeView::odd_row_color = @bg_color
+ GtkTreeView::even_row_color = @bg_color
+
+ # these make the padding from left window edge a little more sane
+ GtkTreeView::vertical_separator = 4
+ GtkTreeView::horizontal_separator = 15
+ GtkTreeView::indent-expanders = 1 # 1 means TRUE
+ GtkTreeView::expander-size = 8
+ GtkExpander::expander_spacing = 16
+ GtkButton::image_spacing = 4
+
+ xthickness = 0
+ ythickness = 1
+}
+
+# A little more vertical padding on the toolbar
+style "pcman-padding" {
+ xthickness = 3
+ ythickness = 3
+}
+
+# For the thin gray line separating the sidepane and viewpane
+style "pcmanfm-handle"
+{
+ GtkPaned::handle-size = 1
+
+ engine "pixmap" {
+ image {
+ function = HANDLE
+ recolorable = TRUE
+ file = "Handles/handle-caja.png"
+ stretch = TRUE
+ border = { 0, 0, 0, 0 }
+ }
+ }
+}
+
+widget_class "*FmMainWin*GtkToolbar*" style "pcman-padding"
+widget_class "*FmSidePane*" style "pcmanfm-sidebar"
+widget "*FmMainWin*FmTabPage" style "pcmanfm-handle"
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc
new file mode 100644
index 00000000..4ed9069c
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/pluma.rc
@@ -0,0 +1,24 @@
+### Styles pluma. Removes the ugly frame etc. ###
+
+style "pluma-frame" {
+ engine "pixmap" {
+ image {
+ function = SHADOW
+ }
+ }
+}
+
+style "pluma-statusbar" {
+ ythickness = 0
+}
+
+style "pluma-notebook" = "murrine-notebook-bg" {
+ xthickness = 0 # Width of tabs and notebook borders.
+ ythickness = 1 # Height of tabs and notebook borders.
+}
+
+widget_class "*Pluma*.<GtkFrame>*" style "pluma-frame"
+widget_class "*Pluma*.<GtkScrolledWindow>" style "murrine-thin"
+widget_class "*Pluma*.<GtkNotebook>" style "pluma-notebook"
+widget_class "*Pluma*.<GtkArrow>*" style:highest "murrine-default"
+widget_class "*Pluma*.<GtkStatusbar>*" style "pluma-statusbar"
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/stock_back.png b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_back.png
new file mode 100644
index 00000000..4c97870e
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_back.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/stock_find.png b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_find.png
new file mode 100644
index 00000000..66359edb
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_find.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/stock_forward.png b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_forward.png
new file mode 100644
index 00000000..0f13790e
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_forward.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/stock_home.png b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_home.png
new file mode 100644
index 00000000..58bcb085
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_home.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/stock_refresh.png b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_refresh.png
new file mode 100644
index 00000000..00dfbc9d
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_refresh.png
Binary files differ
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/stock_stop.png b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_stop.png
new file mode 100644
index 00000000..099b4fff
--- /dev/null
+++ b/desktop-themes/BlueMenta/gtk-2.0/apps/stock_stop.png
Binary files differ