summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-2.0/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/widgets')
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Makefile.am19
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am8
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Null/null.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am11
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Others/close.pngbin0 -> 243 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Others/handle.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Others/null.pngbin0 -> 178 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.pngbin0 -> 1297 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am17
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.pngbin0 -> 373 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.pngbin0 -> 373 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.pngbin0 -> 142 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.pngbin0 -> 3984 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.pngbin0 -> 3336 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.pngbin0 -> 3007 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.pngbin0 -> 363 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.pngbin0 -> 469 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.pngbin0 -> 166 bytes
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc161
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc161
-rw-r--r--desktop-themes/Menta/gtk-2.0/widgets/panel.rc161
22 files changed, 538 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Makefile.am
new file mode 100644
index 00000000..1c54af7c
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Makefile.am
@@ -0,0 +1,19 @@
+
+themedir = $(datadir)/themes/Menta/gtk-2.0/widgets
+
+theme_DATA = \
+ panel.rc \
+ panel-black.rc \
+ panel-dark-grey.rc
+
+EXTRA_DIST = $(theme_DATA)
+
+SUBDIRS = \
+ Panel \
+ Null \
+ Others
+
+DIST_SUBDIRS = \
+ Panel \
+ Null \
+ Others
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am
new file mode 100644
index 00000000..2268a4f5
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Null/Makefile.am
@@ -0,0 +1,8 @@
+
+themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Null
+
+theme_DATA = \
+ null.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Null/null.png b/desktop-themes/Menta/gtk-2.0/widgets/Null/null.png
new file mode 100644
index 00000000..a7627448
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Null/null.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am
new file mode 100644
index 00000000..30a3b3d6
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/Makefile.am
@@ -0,0 +1,11 @@
+
+themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Others
+
+theme_DATA = \
+ close.png \
+ handle.png \
+ null.png \
+ toolbar.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/close.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/close.png
new file mode 100644
index 00000000..0d4de51b
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/close.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png
new file mode 100644
index 00000000..0fbb411a
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/handle.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/null.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/null.png
new file mode 100644
index 00000000..9bb72bb5
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/null.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png b/desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png
new file mode 100644
index 00000000..1cc6418b
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Others/toolbar.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am b/desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am
new file mode 100644
index 00000000..1c322ad0
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/Makefile.am
@@ -0,0 +1,17 @@
+
+themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Panel
+
+theme_DATA = \
+ arrow-blank.png \
+ arrow-down.png \
+ handle-h.png \
+ handle-v.png \
+ panel-bg.png \
+ panel-bg-black.png \
+ panel-bg-dark-grey.png \
+ panel-button-active.png \
+ panel-button-hover.png \
+ panel-button-inactive.png
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png
new file mode 100644
index 00000000..6b9c03d3
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png
new file mode 100644
index 00000000..6b9c03d3
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png
new file mode 100644
index 00000000..7bdf6495
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-h.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png
new file mode 100644
index 00000000..6e8eba14
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/handle-v.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png
new file mode 100644
index 00000000..7874100c
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png
new file mode 100644
index 00000000..1d44adb9
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png
new file mode 100644
index 00000000..0b2f9c32
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png
new file mode 100644
index 00000000..6fe52aec
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png
new file mode 100644
index 00000000..d09733ab
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png
new file mode 100644
index 00000000..309c39c8
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png
Binary files differ
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc
new file mode 100644
index 00000000..38fbf98c
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/panel-black.rc
@@ -0,0 +1,161 @@
+style "theme-panel"
+{
+ xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
+ ythickness = 0
+
+# Disable (comment out) for normal panel backgrounds or to get an transparancy panel.
+ bg_pixmap[NORMAL] = "/Panel/panel-bg-black.png"
+
+ fg[NORMAL] = "#F7F7F7"
+ fg[PRELIGHT] = "#2C5C31"
+ fg[ACTIVE] = "#F7F7F7"
+ text[NORMAL] = "#F7F7F7"
+ text[PRELIGHT] = "#2C5C31"
+ text[ACTIVE] = "#F7F7F7"
+
+ 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-panel-light"
+{
+ xthickness = 1
+ ythickness = 0
+
+ fg[NORMAL] = @fg_color
+
+ engine "murrine" {
+ textstyle = 0
+ roundness = 0
+ }
+}
+
+style "theme-panel-text"
+{
+ fg[NORMAL] = "#F7F7F7"
+ fg[PRELIGHT] = "#CEFF9B"
+ fg[ACTIVE] = "#F7F7F7"
+ text[NORMAL] = "#F7F7F7"
+ text[PRELIGHT] = "#CEFF9B"
+ text[ACTIVE] = "#F7F7F7"
+}
+
+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 "*CPUFreq*Applet*" style "theme-panel"
+widget "*indicator-applet*" style "theme-panel"
+class "PanelApp*" style "theme-panel"
+class "PanelToplevel*" style "theme-panel"
+widget_class "*PanelToplevel*" 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"
+
+# lxpanel and fbpanel
+widget "*.tclock.*" style "theme-panel"
+widget "*.taskbar.*" style "theme-panel"
+widget_class "*GtkBgbox*" style "theme-panel"
+
+# 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"
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc
new file mode 100644
index 00000000..97ccd2b0
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc
@@ -0,0 +1,161 @@
+style "theme-panel"
+{
+ xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
+ ythickness = 0
+
+# Disable (comment out) for normal panel backgrounds or to get an transparancy panel.
+ bg_pixmap[NORMAL] = "/Panel/panel-bg-dark-grey.png"
+
+ fg[NORMAL] = "#F7F7F7"
+ fg[PRELIGHT] = "#2C5C31"
+ fg[ACTIVE] = "#F7F7F7"
+ text[NORMAL] = "#F7F7F7"
+ text[PRELIGHT] = "#2C5C31"
+ text[ACTIVE] = "#F7F7F7"
+
+ 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-panel-light"
+{
+ xthickness = 1
+ ythickness = 0
+
+ fg[NORMAL] = @fg_color
+
+ engine "murrine" {
+ textstyle = 0
+ roundness = 0
+ }
+}
+
+style "theme-panel-text"
+{
+ fg[NORMAL] = "#F7F7F7"
+ fg[PRELIGHT] = "#CEFF9B"
+ fg[ACTIVE] = "#F7F7F7"
+ text[NORMAL] = "#F7F7F7"
+ text[PRELIGHT] = "#CEFF9B"
+ text[ACTIVE] = "#F7F7F7"
+}
+
+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 "*CPUFreq*Applet*" style "theme-panel"
+widget "*indicator-applet*" style "theme-panel"
+class "PanelApp*" style "theme-panel"
+class "PanelToplevel*" style "theme-panel"
+widget_class "*PanelToplevel*" 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"
+
+# lxpanel and fbpanel
+widget "*.tclock.*" style "theme-panel"
+widget "*.taskbar.*" style "theme-panel"
+widget_class "*GtkBgbox*" style "theme-panel"
+
+# 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"
diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc
new file mode 100644
index 00000000..a78cd02b
--- /dev/null
+++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc
@@ -0,0 +1,161 @@
+style "theme-panel"
+{
+ xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
+ ythickness = 0
+
+# Disable (comment out) for normal panel backgrounds or to get an transparancy panel.
+ bg_pixmap[NORMAL] = "/Panel/panel-bg.png"
+
+ fg[NORMAL] = "#000000"
+ fg[PRELIGHT] = "#ffffff"
+ fg[ACTIVE] = "#000000"
+ text[NORMAL] = "#000000"
+ text[PRELIGHT] = "#ffffff"
+ text[ACTIVE] = "#000000"
+
+ 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-panel-light"
+{
+ xthickness = 1
+ ythickness = 0
+
+ fg[NORMAL] = @fg_color
+
+ engine "murrine" {
+ textstyle = 0
+ roundness = 0
+ }
+}
+
+style "theme-panel-text"
+{
+ fg[NORMAL] = "#000000"
+ fg[PRELIGHT] = "#ffffff"
+ fg[ACTIVE] = "#000000"
+ text[NORMAL] = "#000000"
+ text[PRELIGHT] = "#ffffff"
+ 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 "*CPUFreq*Applet*" style "theme-panel"
+widget "*indicator-applet*" style "theme-panel"
+class "PanelApp*" style "theme-panel"
+class "PanelToplevel*" style "theme-panel"
+widget_class "*PanelToplevel*" 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"
+
+# lxpanel and fbpanel
+widget "*.tclock.*" style "theme-panel"
+widget "*.taskbar.*" style "theme-panel"
+widget_class "*GtkBgbox*" style "theme-panel"
+
+# 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"