summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta-Blue/gtk-2.0/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Menta-Blue/gtk-2.0/widgets')
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Makefile.am18
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/Makefile.am7
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/null.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/Makefile.am9
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/close.pngbin0 -> 243 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/handle.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/null.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/Makefile.am14
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-blank.pngbin0 -> 373 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-down.pngbin0 -> 373 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-h.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-v.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-bg.pngbin0 -> 3984 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-active.pngbin0 -> 363 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-hover.pngbin0 -> 371 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-inactive.pngbin0 -> 166 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/Makefile.am11
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-hover.pngbin0 -> 850 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-ins.pngbin0 -> 836 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider.pngbin0 -> 888 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-horizontal.pngbin0 -> 186 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-vertical.pngbin0 -> 195 bytes
-rw-r--r--desktop-themes/Menta-Blue/gtk-2.0/widgets/panel.rc222
23 files changed, 281 insertions, 0 deletions
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Makefile.am b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Makefile.am
new file mode 100644
index 00000000..adc574be
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Makefile.am
@@ -0,0 +1,18 @@
+themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/widgets
+
+theme_DATA = \
+ panel.rc
+
+EXTRA_DIST = $(theme_DATA)
+
+SUBDIRS = \
+ Panel \
+ Null \
+ Others \
+ Scale
+
+DIST_SUBDIRS = \
+ Panel \
+ Null \
+ Others \
+ Scale
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/Makefile.am b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/Makefile.am
new file mode 100644
index 00000000..32eaafd6
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/Makefile.am
@@ -0,0 +1,7 @@
+themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/widgets/Null
+
+theme_DATA = \
+ null.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/null.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/null.png
new file mode 100644
index 00000000..a7627448
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Null/null.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/Makefile.am b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/Makefile.am
new file mode 100644
index 00000000..742ee59f
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/Makefile.am
@@ -0,0 +1,9 @@
+themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/widgets/Others
+
+theme_DATA = \
+ close.png \
+ handle.png \
+ null.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/close.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/close.png
new file mode 100644
index 00000000..0d4de51b
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/close.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/handle.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/handle.png
new file mode 100644
index 00000000..0fbb411a
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/handle.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/null.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/null.png
new file mode 100644
index 00000000..9bb72bb5
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Others/null.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/Makefile.am b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/Makefile.am
new file mode 100644
index 00000000..016ae412
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/Makefile.am
@@ -0,0 +1,14 @@
+themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/widgets/Panel
+
+theme_DATA = \
+ arrow-blank.png \
+ arrow-down.png \
+ handle-h.png \
+ handle-v.png \
+ panel-bg.png \
+ panel-button-active.png \
+ panel-button-hover.png \
+ panel-button-inactive.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-blank.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-blank.png
new file mode 100644
index 00000000..6b9c03d3
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-blank.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-down.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-down.png
new file mode 100644
index 00000000..6b9c03d3
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/arrow-down.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-h.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-h.png
new file mode 100644
index 00000000..7bdf6495
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-h.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-v.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-v.png
new file mode 100644
index 00000000..6e8eba14
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/handle-v.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-bg.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-bg.png
new file mode 100644
index 00000000..7874100c
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-bg.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-active.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-active.png
new file mode 100644
index 00000000..6fe52aec
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-active.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-hover.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-hover.png
new file mode 100644
index 00000000..67b8b20e
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-hover.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-inactive.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-inactive.png
new file mode 100644
index 00000000..309c39c8
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Panel/panel-button-inactive.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/Makefile.am b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/Makefile.am
new file mode 100644
index 00000000..990c6ec7
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/Makefile.am
@@ -0,0 +1,11 @@
+themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/widgets/Scale
+
+theme_DATA = \
+ slider.png \
+ slider-hover.png \
+ slider-ins.png \
+ trough-horizontal.png \
+ trough-vertical.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-hover.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-hover.png
new file mode 100644
index 00000000..72c5437b
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-hover.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-ins.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-ins.png
new file mode 100644
index 00000000..f31f5c90
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider-ins.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider.png
new file mode 100644
index 00000000..3fdda2c9
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/slider.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-horizontal.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-horizontal.png
new file mode 100644
index 00000000..2de30503
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-horizontal.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-vertical.png b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-vertical.png
new file mode 100644
index 00000000..333de7cc
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/Scale/trough-vertical.png
Binary files differ
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta-Blue/gtk-2.0/widgets/panel.rc
new file mode 100644
index 00000000..0b6e6df2
--- /dev/null
+++ b/desktop-themes/Menta-Blue/gtk-2.0/widgets/panel.rc
@@ -0,0 +1,222 @@
+style "theme-panel"
+{
+ xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
+ ythickness = 0
+
+ #bg_pixmap[NORMAL] = "/Panel/panel-bg.png" # Disable for normal panel backgrounds.
+
+ base[NORMAL] = @bg_color
+ base[PRELIGHT] = shade (1.06, @bg_color)
+ base[INSENSITIVE] = @bg_color
+ bg[NORMAL] = @bg_color
+ bg[PRELIGHT] = shade (1.20, @bg_color)
+ bg[SELECTED] = @bg_color
+ bg[INSENSITIVE] = @bg_color
+ bg[ACTIVE] = shade (0.8, @bg_color)
+ fg[NORMAL] = "#000000"
+ fg[PRELIGHT] = "#000000"
+ fg[SELECTED] = @selected_fg_color
+ fg[ACTIVE] = "#f5f5f5"
+ fg[INSENSITIVE] = "#f0f0f0"
+ text[NORMAL] = "#000000"
+ text[PRELIGHT] = "#000000"
+ text[ACTIVE] = "#f5f5f5"
+ text[SELECTED] = @selected_fg_color
+ text[INSENSITIVE] = "#f0f0f0"
+
+ engine "murrine" {
+ }
+}
+
+style "theme-panel-buttons"
+{
+ #bg_pixmap[NORMAL] = "/Panel/panel-bg.png" # Disable for normal panel backgrounds.
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ recolorable = TRUE
+ state = NORMAL
+ }
+ image {
+ function = BOX
+ recolorable = TRUE
+ state = PRELIGHT
+ file = "Panel/panel-button-hover.png"
+ border = { 4, 4, 1, 1 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ recolorable = TRUE
+ state = ACTIVE
+ file = "Panel/panel-button-active.png"
+ border = { 4, 4, 1, 1 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ recolorable = TRUE
+ state = SELECTED
+ file = "Panel/panel-button-active.png"
+ border = { 4, 4, 1, 1 }
+ stretch = TRUE
+ }
+ image {
+ function = BOX
+ recolorable = TRUE
+ state = INSENSITIVE
+ }
+ image {
+ function = ARROW
+ recolorable = TRUE
+ arrow_direction = DOWN
+ }
+ }
+}
+
+style "theme-applet"
+{
+ fg[NORMAL] = "#000000"
+ bg[NORMAL] = @base_color
+}
+
+style "theme-panel-light"
+{
+ xthickness = 1
+ ythickness = 0
+
+ fg[NORMAL] = @fg_color
+
+ engine "murrine" {
+ textstyle = 0
+ roundness = 0
+ }
+}
+
+# for transparant panel
+#style "theme-panel-text"
+#{
+# fg[NORMAL] = "#000000"
+# fg[PRELIGHT] = "#ffffff"
+# fg[ACTIVE] = "#f5f5f5"
+# text[NORMAL] = "#000000"
+# text[PRELIGHT] = "#ffffff"
+# text[ACTIVE] = "#f5f5f5"
+#}
+
+# disable for syncronize selected menu font color
+#style "theme-panel-text"
+#{
+# fg[NORMAL] = "#000000"
+# fg[PRELIGHT] = "#000000"
+# fg[ACTIVE] = "#000000"
+# text[NORMAL] = "#000000"
+# text[PRELIGHT] = "#000000"
+# text[ACTIVE] = "#000000"
+#}
+
+style "theme-main-menu-text" = "theme-panel-text"
+{
+ fg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = "#ffffff"
+}
+
+style "theme-panel-handle"
+{
+ engine "pixmap" {
+ image {
+ function = HANDLE
+ }
+ image {
+ function = HANDLE
+ }
+ }
+}
+
+widget "*PanelWidget*" style "theme-panel"
+#widget "*PanelApplet*" style "theme-panel"
+widget "*fast-user-switch*" style "theme-panel"
+widget "*gdm-user-switch*" style "theme-panel"
+widget "*CPUFreq*Applet*" style "theme-panel"
+widget "*indicator-applet*" style "theme-panel"
+#class "PanelApp*" style "theme-panel"
+class "PanelToplevel*" style "theme-panel"
+widget_class "*MatePanelAppletFrameDBus*" style "theme-applet"
+widget_class "*PanelToplevel*" style "theme-panel"
+widget_class "*PanelFrame*" style "theme-panel"
+widget_class "*PanelAppletFrame*" style "theme-panel"
+widget_class "*PanelWidget*.*" style "theme-panel"
+#widget_class "*notif*" style "theme-panel"
+#widget_class "*Notif*" style "theme-panel"
+widget_class "*Tray*" style "theme-panel"
+widget_class "*tray*" style "theme-panel"
+widget_class "*computertemp*" style "theme-panel"
+widget_class "*Applet*Tomboy*" style "theme-panel"
+widget_class "*Applet*Netstatus*" style "theme-panel"
+
+# Fixes for tooltip text in some apps.
+widget_class "*Notif*Beagle*" style "theme-panel-light"
+widget_class "*Notif*Brasero*" style "theme-panel-light"
+
+# XFCE panel theming.
+widget "*Xfce*Panel*" style "theme-panel"
+class "*Xfce*Panel*" style "theme-panel"
+
+# Panel buttons
+widget_class "*Panel*GtkToggleButton" style:highest "theme-panel-buttons"
+#widget_class "*Panel*GtkButton" style:highest "theme-panel-buttons"
+
+# XFCE panel buttons
+widget "*Xfce*Panel*Button*" style:highest "theme-panel-buttons"
+class "*Xfce*Panel*Button*" style:highest "theme-panel-buttons"
+widget_class "*LauncherPlugin*" style:highest "theme-panel-buttons"
+widget_class "*ActionsPlugin*" style:highest "theme-panel-buttons"
+
+# lxpanel and fbpanel
+widget "*.tclock.*" style "theme-panel-buttons"
+widget "*.taskbar.*" style "theme-panel-buttons"
+widget_class "*GtkBgbox*" style "theme-panel-buttons"
+
+# Make sure panel text color doesn't change
+widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
+widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
+#widget "*.clock-applet-button.*" style "theme-panel-text"
+#widget "*PanelApplet*" style "theme-panel-text"
+
+# Hide ugly handle
+class "PanelAppletFrame" style:highest "theme-panel-handle"
+
+# The following removes the arrows from the panel
+
+style "panel-arrow-remove" {
+engine "pixmap" {
+ image {
+ function = ARROW
+ recolorable = TRUE
+ overlay_file = "Panel/arrow-blank.png"
+ overlay_border = {2,2,2,2}
+ overlay_stretch = FALSE
+ arrow_direction = UP
+ }
+ image {
+ function = ARROW
+ recolorable = TRUE
+ overlay_file = "Panel/arrow-blank.png"
+ overlay_border = {2,2,2,2}
+ overlay_stretch = FALSE
+ arrow_direction = DOWN
+ }
+ }
+}
+
+widget_class "*PanelToplevel*" style "panel-arrow-remove"
+
+# Fix xfce-notifyd button
+style "xfce-notifyd-button" {
+ fg[NORMAL] = @text_color
+ fg[PRELIGHT] = @text_color
+ fg[ACTIVE] = @text_color
+}
+
+widget_class "XfceNotifyWindow.*.GtkButton*" style "xfce-notifyd-button"