summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2008-07-20 14:48:53 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2008-07-20 14:48:53 +0000
commitc810611ff618e3c4e0e028a4dde0f2b5a813c8b1 (patch)
tree9cc15b174c6364f44be17875ba54fccc43057b02 /themes
parent5e5e7e35ac34ff55298dcfce6fd3f985cc2060a1 (diff)
downloadgtk-xfce-engine-c810611ff618e3c4e0e028a4dde0f2b5a813c8b1.tar.gz
Update theme for 4.5
(Old svn revision: 27352)
Diffstat (limited to 'themes')
-rw-r--r--themes/Makefile.am1
-rw-r--r--themes/b5/ICON.png0
-rw-r--r--themes/b5/Makefile.am2
-rw-r--r--themes/basic/ICON.png0
-rw-r--r--themes/basic/Makefile.am2
-rw-r--r--themes/cadmium/ICON.png0
-rw-r--r--themes/cadmium/Makefile.am2
-rw-r--r--themes/curve/ICON.png0
-rw-r--r--themes/curve/Makefile.am2
-rw-r--r--themes/dawn/ICON.png0
-rw-r--r--themes/dawn/Makefile.am2
-rw-r--r--themes/dusk/ICON.png0
-rw-r--r--themes/dusk/Makefile.am2
-rw-r--r--themes/kde2/ICON.png0
-rw-r--r--themes/kde2/Makefile.am2
-rw-r--r--themes/kolors/ICON.png0
-rw-r--r--themes/kolors/Makefile.am2
-rw-r--r--themes/light/ICON.png0
-rw-r--r--themes/light/Makefile.am2
-rw-r--r--themes/orange/ICON.png0
-rw-r--r--themes/orange/Makefile.am2
-rw-r--r--themes/redmondxp/ICON.png0
-rw-r--r--themes/redmondxp/Makefile.am2
-rw-r--r--themes/saltlake/ICON.png0
-rw-r--r--themes/saltlake/Makefile.am2
-rw-r--r--themes/smooth/ICON.png0
-rw-r--r--themes/smooth/Makefile.am2
-rw-r--r--themes/stellar/ICON.png0
-rw-r--r--themes/stellar/Makefile.am2
-rw-r--r--themes/winter/ICON.png0
-rw-r--r--themes/winter/Makefile.am2
-rw-r--r--themes/xfce-4.0/ICON.png0
-rw-r--r--themes/xfce-4.0/Makefile.am2
-rw-r--r--themes/xfce-4.2/ICON.png0
-rw-r--r--themes/xfce-4.2/Makefile.am2
-rw-r--r--themes/xfce-4.4/Makefile.am5
-rw-r--r--themes/xfce-4.4/README.html5
-rw-r--r--themes/xfce-4.4/gtk-2.0/Makefile.am5
-rw-r--r--themes/xfce-4.4/gtk-2.0/gtkrc349
-rw-r--r--themes/xfce/ICON.png0
-rw-r--r--themes/xfce/Makefile.am2
-rw-r--r--themes/xfce/README.html2
-rw-r--r--themes/xfce/gtk-2.0/gtkrc61
43 files changed, 414 insertions, 50 deletions
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 064219c..454f2d6 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = \
xfce \
xfce-4.0 \
xfce-4.2 \
+ xfce-4.4 \
b5 \
basic \
cadmium \
diff --git a/themes/b5/ICON.png b/themes/b5/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/b5/ICON.png
+++ /dev/null
diff --git a/themes/b5/Makefile.am b/themes/b5/Makefile.am
index ad29c64..a3ebb51 100644
--- a/themes/b5/Makefile.am
+++ b/themes/b5/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-b5
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/basic/ICON.png b/themes/basic/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/basic/ICON.png
+++ /dev/null
diff --git a/themes/basic/Makefile.am b/themes/basic/Makefile.am
index 9b23a5d..1c2e32f 100644
--- a/themes/basic/Makefile.am
+++ b/themes/basic/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-basic
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/cadmium/ICON.png b/themes/cadmium/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/cadmium/ICON.png
+++ /dev/null
diff --git a/themes/cadmium/Makefile.am b/themes/cadmium/Makefile.am
index 2ae9930..6f2b2b3 100644
--- a/themes/cadmium/Makefile.am
+++ b/themes/cadmium/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-cadmium
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/curve/ICON.png b/themes/curve/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/curve/ICON.png
+++ /dev/null
diff --git a/themes/curve/Makefile.am b/themes/curve/Makefile.am
index 969e2b0..fe2916c 100644
--- a/themes/curve/Makefile.am
+++ b/themes/curve/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-curve
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/dawn/ICON.png b/themes/dawn/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/dawn/ICON.png
+++ /dev/null
diff --git a/themes/dawn/Makefile.am b/themes/dawn/Makefile.am
index ee891f4..49c4614 100644
--- a/themes/dawn/Makefile.am
+++ b/themes/dawn/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-dawn
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/dusk/ICON.png b/themes/dusk/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/dusk/ICON.png
+++ /dev/null
diff --git a/themes/dusk/Makefile.am b/themes/dusk/Makefile.am
index d0f7ec5..c13f424 100644
--- a/themes/dusk/Makefile.am
+++ b/themes/dusk/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-dusk
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/kde2/ICON.png b/themes/kde2/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/kde2/ICON.png
+++ /dev/null
diff --git a/themes/kde2/Makefile.am b/themes/kde2/Makefile.am
index 8cd4313..d486df7 100644
--- a/themes/kde2/Makefile.am
+++ b/themes/kde2/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-kde2
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/kolors/ICON.png b/themes/kolors/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/kolors/ICON.png
+++ /dev/null
diff --git a/themes/kolors/Makefile.am b/themes/kolors/Makefile.am
index 33846f5..175d535 100644
--- a/themes/kolors/Makefile.am
+++ b/themes/kolors/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-kolors
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/light/ICON.png b/themes/light/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/light/ICON.png
+++ /dev/null
diff --git a/themes/light/Makefile.am b/themes/light/Makefile.am
index 95c3175..a1b1c08 100644
--- a/themes/light/Makefile.am
+++ b/themes/light/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-light
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/orange/ICON.png b/themes/orange/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/orange/ICON.png
+++ /dev/null
diff --git a/themes/orange/Makefile.am b/themes/orange/Makefile.am
index 17189d6..1fd804b 100644
--- a/themes/orange/Makefile.am
+++ b/themes/orange/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-orange
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/redmondxp/ICON.png b/themes/redmondxp/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/redmondxp/ICON.png
+++ /dev/null
diff --git a/themes/redmondxp/Makefile.am b/themes/redmondxp/Makefile.am
index 75b9cee..625fcb7 100644
--- a/themes/redmondxp/Makefile.am
+++ b/themes/redmondxp/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-redmondxp
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/saltlake/ICON.png b/themes/saltlake/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/saltlake/ICON.png
+++ /dev/null
diff --git a/themes/saltlake/Makefile.am b/themes/saltlake/Makefile.am
index a6392ad..19f6166 100644
--- a/themes/saltlake/Makefile.am
+++ b/themes/saltlake/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-saltlake
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/smooth/ICON.png b/themes/smooth/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/smooth/ICON.png
+++ /dev/null
diff --git a/themes/smooth/Makefile.am b/themes/smooth/Makefile.am
index 9659746..7d41979 100644
--- a/themes/smooth/Makefile.am
+++ b/themes/smooth/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-smooth
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/stellar/ICON.png b/themes/stellar/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/stellar/ICON.png
+++ /dev/null
diff --git a/themes/stellar/Makefile.am b/themes/stellar/Makefile.am
index e37d60e..224199a 100644
--- a/themes/stellar/Makefile.am
+++ b/themes/stellar/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-stellar
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/winter/ICON.png b/themes/winter/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/winter/ICON.png
+++ /dev/null
diff --git a/themes/winter/Makefile.am b/themes/winter/Makefile.am
index 04ba141..3e7be70 100644
--- a/themes/winter/Makefile.am
+++ b/themes/winter/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-winter
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/xfce-4.0/ICON.png b/themes/xfce-4.0/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/xfce-4.0/ICON.png
+++ /dev/null
diff --git a/themes/xfce-4.0/Makefile.am b/themes/xfce-4.0/Makefile.am
index 2dea9ac..0b13dcc 100644
--- a/themes/xfce-4.0/Makefile.am
+++ b/themes/xfce-4.0/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-4.0
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/xfce-4.2/ICON.png b/themes/xfce-4.2/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/xfce-4.2/ICON.png
+++ /dev/null
diff --git a/themes/xfce-4.2/Makefile.am b/themes/xfce-4.2/Makefile.am
index 05182db..582eb8e 100644
--- a/themes/xfce-4.2/Makefile.am
+++ b/themes/xfce-4.2/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce-4.2
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/xfce-4.4/Makefile.am b/themes/xfce-4.4/Makefile.am
new file mode 100644
index 0000000..8f20807
--- /dev/null
+++ b/themes/xfce-4.4/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS = gtk-2.0
+themedir = $(datadir)/themes/Xfce-4.4
+theme_DATA = README.html
+
+EXTRA_DIST = $(theme_DATA)
diff --git a/themes/xfce-4.4/README.html b/themes/xfce-4.4/README.html
new file mode 100644
index 0000000..85276b6
--- /dev/null
+++ b/themes/xfce-4.4/README.html
@@ -0,0 +1,5 @@
+<pre>
+The default theme for Xfce 4.4.
+
+Olivier Fourdan &lt;fourdan@xfce.org&gt;
+</pre>
diff --git a/themes/xfce-4.4/gtk-2.0/Makefile.am b/themes/xfce-4.4/gtk-2.0/Makefile.am
new file mode 100644
index 0000000..25aff09
--- /dev/null
+++ b/themes/xfce-4.4/gtk-2.0/Makefile.am
@@ -0,0 +1,5 @@
+themedir = $(datadir)/themes/Xfce-4.4/gtk-2.0
+theme_DATA = gtkrc
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/themes/xfce-4.4/gtk-2.0/gtkrc b/themes/xfce-4.4/gtk-2.0/gtkrc
new file mode 100644
index 0000000..dc676a0
--- /dev/null
+++ b/themes/xfce-4.4/gtk-2.0/gtkrc
@@ -0,0 +1,349 @@
+# Created July 2006
+# Modified Dec. 2006
+# Modified Jan. 2007
+# Olivier Fourdan <fourdan@xfce.org>
+# Based on Tango color scheme http://tango-project.org
+# Released under the GPL license
+
+style "default"
+{
+ GtkWidget::focus-line-width = 1
+ GtkWidget::focus_padding = 4
+ GtkWidget::interior_focus = 5
+ GtkWidget::internal_padding = 4
+ GtkButton::default_border = {0, 0, 0, 0}
+ GtkButton::default_outside_border = {0, 0, 0, 0}
+ GtkButton::child_displacement_x = 0
+ GtkButton::child_displacement_y = 1
+ GtkButton::default_spacing = 5
+ GtkButton::focus-padding = 1
+ GtkCheckButton::indicator_size = 12
+ GtkMenuItem::selected_shadow_type = etched-in
+ GtkMenuItem::internal_padding = 5
+ GtkPaned::handle_full_size = 1
+ GtkPaned::handle_size = 7
+ GtkRadioButton::indicator_size = 15
+ GtkRange::slider_width = 15
+ GtkRange::stepper_size = 15
+ GtkRange::stepper_spacing = 0
+ GtkRange::trough_border = 0
+ GtkScrollbar::has_backward_stepper = 1
+ GtkScrollbar::min_slider_length = 20
+ ExoIconBar::focus_padding = 2
+
+ xthickness = 2
+ ythickness = 2
+
+ base[ACTIVE] = "#d3d7cf"
+ base[INSENSITIVE] = "#eeeeec"
+ base[NORMAL] = "#ffffff"
+ base[PRELIGHT] = "#eeeeec"
+ base[SELECTED] = "#3465a4"
+
+ bg[ACTIVE] = "#d3d7cf"
+ bg[INSENSITIVE] = "#eeeeec"
+ bg[NORMAL] = "#eeeeec"
+ bg[PRELIGHT] = "#eeeeec"
+ bg[SELECTED] = "#d3d7cf"
+
+ fg[ACTIVE] = "#000000"
+ fg[INSENSITIVE] = "#888a85"
+ fg[NORMAL] = "#101010"
+ fg[PRELIGHT] = "#101010"
+ fg[SELECTED] = "#000000"
+
+ text[ACTIVE] = "#101010"
+ text[INSENSITIVE] = "#101010"
+ text[NORMAL] = "#101010"
+ text[PRELIGHT] = "#101010"
+ text[SELECTED] = "#ffffff"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ boxfill
+ {
+ fill_style = plain
+ }
+ }
+}
+
+style "gradient" = "default"
+{
+ engine "xfce"
+ {
+ smooth_edge = true
+ grip_style = none
+ boxfill
+ {
+ fill_style = gradient
+ orientation = vertical
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "menu" = "gradient"
+{
+ bg[INSENSITIVE] = "#ffffff"
+ bg[NORMAL] = "#ffffff"
+ bg[PRELIGHT] = "#d3d7cf"
+ fg[SELECTED] = "#000000"
+ text[SELECTED] = "#000000"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ boxfill
+ {
+ fill_style = gradient
+ orientation = vertical
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "menuitem" = "menu"
+{
+ xthickness = 1
+ ythickness = 2
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ boxfill
+ {
+ fill_style = gradient
+ orientation = vertical
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "menubar" = "menu"
+{
+ xthickness = 1
+ ythickness = 3
+
+ bg[INSENSITIVE] = "#eeeeec"
+ bg[NORMAL] = "#eeeeec"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ boxfill
+ {
+ fill_style = gradient
+ orientation = vertical
+ shade_start = 1.20
+ shade_end = 0.90
+ }
+ }
+}
+
+style "pager" = "gradient"
+{
+ xthickness = 1
+ ythickness = 1
+
+ bg[SELECTED] = "#3465a4"
+ fg[SELECTED] = "#ffffff"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ }
+}
+
+style "button" = "default"
+{
+ bg[ACTIVE] = "#d3d7cf"
+ bg[NORMAL] = "#eeeeec"
+ bg[PRELIGHT] = "#d3d7cf"
+ bg[SELECTED] = "#3465a4"
+
+ fg[ACTIVE] = "#000000"
+ fg[SELECTED] = "#ffffff"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ grip_style = none
+ boxfill
+ {
+ fill_style = gradient
+ orientation = vertical
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "notebook" = "default"
+{
+ bg[ACTIVE] = "#e8e8e6"
+ bg[NORMAL] = "#ffffff"
+ fg[NORMAL] = "#101010"
+}
+
+style "scrollbar" = "default"
+{
+ bg[ACTIVE] = "#e8e8e6"
+ bg[NORMAL] = "#d3d7cf"
+ bg[PRELIGHT] = "#d3d7cf"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ grip_style = handle
+ boxfill
+ {
+ fill_style = gradient
+ orientation = automatic
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "scale" = "scrollbar"
+{
+ engine "xfce"
+ {
+ smooth_edge = true
+ grip_style = none
+ boxfill
+ {
+ fill_style = gradient
+ orientation = automatic
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "progress" = "gradient"
+{
+ xthickness = 0
+ ythickness = 0
+
+ bg[ACTIVE] = "#d3d7cf"
+ bg[NORMAL] = "#e8e8e6"
+ bg[PRELIGHT] = "#8ae234"
+
+ fg[PRELIGHT] = "#4e9a06"
+
+ engine "xfce"
+ {
+ smooth_edge = true
+ grip_style = none
+ boxfill
+ {
+ fill_style = gradient
+ orientation = automatic
+ shade_start = 1.10
+ shade_end = 0.95
+ }
+ }
+}
+
+style "handlebox" = "default"
+{
+ engine "xfce"
+ {
+ smooth_edge = true
+ grip_style = none
+ boxfill
+ {
+ fill_style = plain
+ }
+ }
+}
+
+style "tooltips" = "default"
+{
+ bg[NORMAL] = "#ffffdf"
+ fg[NORMAL] = "#101010"
+}
+
+style "rox" = "default"
+{
+ bg[ACTIVE] = "#ffffff"
+ bg[NORMAL] = "#ffffff"
+}
+
+style "titlebar" = "default"
+{
+ bg[INSENSITIVE] = "#eeeeec"
+ bg[SELECTED] = "#888a85"
+ fg[INSENSITIVE] = "#888a85"
+ fg[SELECTED] = "#ffffff"
+}
+
+
+widget_class "*" style "default"
+
+widget_class "*GtkTree*" style "gradient"
+class "*GtkTree*" style "gradient"
+widget_class "*GtkCTree*" style "gradient"
+class "*GtkCTree*" style "gradient"
+widget_class "*GtkList*" style "gradient"
+class "*GtkList*" style "gradient"
+widget_class "*GtkCList*" style "gradient"
+class "*GtkCList*" style "gradient"
+widget_class "*Entry*" style "gradient"
+class "*Entry*" style "gradient"
+widget_class "*Text*" style "gradient"
+class "*Text*" style "gradient"
+widget_class "*Pager*" style "pager"
+class "*Pager*" style "pager"
+
+widget_class "*Menu*" style "menu"
+#class "*Menu*" style "menu"
+
+widget_class "*MenuItem*" style "menuitem"
+class "*MenuItem*" style "menuitem"
+
+widget_class "*BonoboDockItem" style "menubar"
+class "*BonoboDockItem" style "menubar"
+widget_class "*ToolBar" style "menubar"
+class "*ToolBar" style "menubar"
+widget_class "*MenuBar*" style "menubar"
+class "*MenuBar*" style "menubar"
+
+widget_class "*HandleBox*" style "handlebox"
+
+widget_class "*Button*" style "button"
+class "*Button*" style "button"
+widget_class "*button*" style "button"
+class "*button*" style "button"
+widget_class "*OptionMenu*" style "button"
+class "*OptionMenu*" style "button"
+
+widget_class "*.GtkNotebook" style "notebook"
+class "*.GtkNotebook" style "notebook"
+
+widget_class "*GtkVScrollbar*" style "scrollbar"
+class "*GtkVScrollbar*" style "scrollbar"
+widget_class "*GtkHScrollbar*" style "scrollbar"
+class "*GtkHScrollbar*" style "scrollbar"
+
+widget_class "*GtkHScale*" style "scale"
+class "*GtkHScale*" style "scale"
+widget_class "*GtkVScale*" style "scale"
+class "*GtkVScale*" style "scale"
+
+widget_class "*GtkProgress*" style "progress"
+class "*GtkProgress*" style "progress"
+
+widget "gtk-tooltips*" style "tooltips"
+
+widget_class "*.Collection" style "rox"
+
+widget "xfwm" style "titlebar"
+widget "xfwm4-tabwin*" style "titlebar"
+class "MetaFrames" style "titlebar"
+widget_class "MetaFrames" style "titlebar"
diff --git a/themes/xfce/ICON.png b/themes/xfce/ICON.png
deleted file mode 100644
index e69de29..0000000
--- a/themes/xfce/ICON.png
+++ /dev/null
diff --git a/themes/xfce/Makefile.am b/themes/xfce/Makefile.am
index c387c13..250d726 100644
--- a/themes/xfce/Makefile.am
+++ b/themes/xfce/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = gtk-2.0
themedir = $(datadir)/themes/Xfce
-theme_DATA = ICON.png README.html
+theme_DATA = README.html
EXTRA_DIST = $(theme_DATA)
diff --git a/themes/xfce/README.html b/themes/xfce/README.html
index 85276b6..a339451 100644
--- a/themes/xfce/README.html
+++ b/themes/xfce/README.html
@@ -1,5 +1,5 @@
<pre>
-The default theme for Xfce 4.4.
+The default theme for Xfce 4.6.
Olivier Fourdan &lt;fourdan@xfce.org&gt;
</pre>
diff --git a/themes/xfce/gtk-2.0/gtkrc b/themes/xfce/gtk-2.0/gtkrc
index b43df70..5a5c3b9 100644
--- a/themes/xfce/gtk-2.0/gtkrc
+++ b/themes/xfce/gtk-2.0/gtkrc
@@ -2,7 +2,6 @@
# Modified Dec. 2006
# Modified Jan. 2007
# Olivier Fourdan <fourdan@xfce.org>
-# Based on Tango color scheme http://tango-project.org
# Released under the GPL license
style "default"
@@ -34,17 +33,17 @@ style "default"
xthickness = 2
ythickness = 2
- base[ACTIVE] = "#d3d7cf"
+ base[ACTIVE] = "#d9d7d6"
base[INSENSITIVE] = "#eeeeec"
base[NORMAL] = "#ffffff"
base[PRELIGHT] = "#eeeeec"
- base[SELECTED] = "#3465a4"
+ base[SELECTED] = "#abcfff"
- bg[ACTIVE] = "#d3d7cf"
+ bg[ACTIVE] = "#d9d7d6"
bg[INSENSITIVE] = "#eeeeec"
bg[NORMAL] = "#eeeeec"
bg[PRELIGHT] = "#eeeeec"
- bg[SELECTED] = "#d3d7cf"
+ bg[SELECTED] = "#d9d7d6"
fg[ACTIVE] = "#000000"
fg[INSENSITIVE] = "#888a85"
@@ -56,7 +55,7 @@ style "default"
text[INSENSITIVE] = "#101010"
text[NORMAL] = "#101010"
text[PRELIGHT] = "#101010"
- text[SELECTED] = "#ffffff"
+ text[SELECTED] = "#101010"
engine "xfce"
{
@@ -79,30 +78,30 @@ style "gradient" = "default"
fill_style = gradient
orientation = vertical
shade_start = 1.10
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
style "menu" = "gradient"
{
- bg[PRELIGHT] = "#729fcf"
+ bg[PRELIGHT] = "#abcfff"
bg[INSENSITIVE] = "#fafaf7"
bg[NORMAL] = "#fafaf7"
- fg[ACTIVE] = "#ffffff"
- fg[PRELIGHT] = "#ffffff"
- fg[SELECTED] = "#ffffff"
- text[PRELIGHT] = "#ffffff"
+ fg[ACTIVE] = "#101010"
+ fg[PRELIGHT] = "#101010"
+ fg[SELECTED] = "#101010"
+ text[PRELIGHT] = "#101010"
engine "xfce"
{
smooth_edge = true
boxfill
{
- fill_style = gradient
+ fill_style = plain
orientation = vertical
shade_start = 1.10
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
@@ -117,10 +116,10 @@ style "menuitem" = "menu"
smooth_edge = true
boxfill
{
- fill_style = gradient
+ fill_style = plain
orientation = vertical
- shade_start = 1.10
- shade_end = 0.95
+ shade_start = 0.90
+ shade_end = 1.10
}
}
}
@@ -141,7 +140,7 @@ style "menubar" = "menu"
fill_style = gradient
orientation = vertical
shade_start = 1.00
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
@@ -151,7 +150,7 @@ style "pager" = "gradient"
xthickness = 1
ythickness = 1
- bg[SELECTED] = "#3465a4"
+ bg[SELECTED] = "#4e627d"
fg[SELECTED] = "#ffffff"
engine "xfce"
@@ -162,10 +161,10 @@ style "pager" = "gradient"
style "button" = "default"
{
- bg[ACTIVE] = "#d3d7cf"
+ bg[ACTIVE] = "#d9d7d6"
bg[NORMAL] = "#eeeeec"
- bg[PRELIGHT] = "#d3d7cf"
- bg[SELECTED] = "#3465a4"
+ bg[PRELIGHT] = "#abcfff"
+ bg[SELECTED] = "#4e627d"
fg[ACTIVE] = "#000000"
fg[SELECTED] = "#ffffff"
@@ -179,7 +178,7 @@ style "button" = "default"
fill_style = gradient
orientation = vertical
shade_start = 1.10
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
@@ -194,8 +193,8 @@ style "notebook" = "default"
style "scrollbar" = "default"
{
bg[ACTIVE] = "#e8e8e6"
- bg[NORMAL] = "#d3d7cf"
- bg[PRELIGHT] = "#d3d7cf"
+ bg[NORMAL] = "#d9d7d6"
+ bg[PRELIGHT] = "#abcfff"
engine "xfce"
{
@@ -206,7 +205,7 @@ style "scrollbar" = "default"
fill_style = gradient
orientation = automatic
shade_start = 1.10
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
@@ -222,7 +221,7 @@ style "scale" = "scrollbar"
fill_style = gradient
orientation = automatic
shade_start = 1.10
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
@@ -232,9 +231,9 @@ style "progress" = "gradient"
xthickness = 0
ythickness = 0
- bg[ACTIVE] = "#d3d7cf"
+ bg[ACTIVE] = "#d9d7d6"
bg[NORMAL] = "#e8e8e6"
- bg[PRELIGHT] = "#8ae234"
+ bg[PRELIGHT] = "#abcfff"
fg[PRELIGHT] = "#4e9a06"
@@ -247,7 +246,7 @@ style "progress" = "gradient"
fill_style = gradient
orientation = automatic
shade_start = 1.10
- shade_end = 0.95
+ shade_end = 0.90
}
}
}
@@ -279,7 +278,7 @@ style "rox" = "default"
style "titlebar" = "default"
{
- bg[SELECTED] = "#2b2b2a"
+ bg[SELECTED] = "#1a2738"
fg[SELECTED] = "#ffffff"
bg[INSENSITIVE] = "#eeeeec"
fg[INSENSITIVE] = "#888a85"