[Xfce4-commits] r24243 - gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0

Olivier Fourdan olivier at xfce.org
Tue Jan 2 19:57:14 CET 2007


Author: olivier
Date: 2007-01-02 18:57:14 +0000 (Tue, 02 Jan 2007)
New Revision: 24243

Modified:
   gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
Log:
Simpler theme

Modified: gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
===================================================================
--- gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc	2007-01-02 17:52:51 UTC (rev 24242)
+++ gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc	2007-01-02 18:57:14 UTC (rev 24243)
@@ -1,5 +1,6 @@
 # Created July 2006
 # Modified Dec. 2006
+# Modified Jan. 2007
 # Olivier Fourdan <fourdan at xfce.org>
 # Based on Tango color scheme http://tango-project.org 
 # Released under the GPL license
@@ -39,17 +40,17 @@
     base[PRELIGHT]    = "#eeeeec"
     base[SELECTED]    = "#3465a4"
 
-    bg[ACTIVE]        = "#eeeeec"
+    bg[ACTIVE]        = "#d3d7cf"
     bg[INSENSITIVE]   = "#eeeeec"
     bg[NORMAL]        = "#eeeeec"
     bg[PRELIGHT]      = "#eeeeec"
     bg[SELECTED]      = "#d3d7cf"
 
-    fg[ACTIVE]        = "#101010"
+    fg[ACTIVE]        = "#000000"
     fg[INSENSITIVE]   = "#888a85"
     fg[NORMAL]        = "#101010"
     fg[PRELIGHT]      = "#101010"
-    fg[SELECTED]      = "#101010"
+    fg[SELECTED]      = "#000000"
 
     text[ACTIVE]      = "#101010"
     text[INSENSITIVE] = "#101010"
@@ -67,20 +68,8 @@
     }
 }
 
-style "colored" = "default"
+style "gradient" = "default"
 {
-    base[PRELIGHT]    = "#eeeeec"
-
-    bg[ACTIVE]        = "#3465a4"
-    bg[PRELIGHT]      = "#eeeeec"
-    bg[SELECTED]      = "#3465a4"
-
-    fg[ACTIVE]        = "#ffffff"
-    fg[PRELIGHT]      = "#ffffff"
-    fg[SELECTED]      = "#ffffff"
-
-    text[PRELIGHT]    = "#ffffff"
-
     engine "xfce"
     {
         smooth_edge = true
@@ -95,11 +84,11 @@
     }
 }
 
-style "menu" = "colored"
+style "menu" = "gradient"
 {
     bg[INSENSITIVE]   = "#ffffff"
     bg[NORMAL]        = "#ffffff"
-    bg[PRELIGHT]      = "#729fcf"
+    bg[PRELIGHT]      = "#d3d7cf"
 
     engine "xfce"
     {
@@ -107,6 +96,20 @@
     }
 }
 
+style "pager" = "gradient"
+{
+    xthickness = 1
+    ythickness = 1
+
+    bg[SELECTED]      = "#3465a4"
+    fg[SELECTED]      = "#ffffff"
+
+    engine "xfce"
+    {
+        smooth_edge = true
+    }
+}
+
 style "menuitem" = "menu"
 {
     xthickness = 1
@@ -118,7 +121,7 @@
     }
 }
 
-style "menubar" = "colored"
+style "menubar" = "gradient"
 {
     ythickness = 3
     engine "xfce"
@@ -134,7 +137,7 @@
     bg[PRELIGHT]      = "#d3d7cf"
     bg[SELECTED]      = "#3465a4"
 
-    fg[ACTIVE]        = "#101010"
+    fg[ACTIVE]        = "#000000"
     fg[SELECTED]      = "#ffffff"
 
     engine "xfce"
@@ -153,13 +156,14 @@
 
 style "notebook" = "default"
 {
-    bg[ACTIVE]        = "#d3d7cf"
+    bg[ACTIVE]        = "#e8e8e6"
     bg[NORMAL]        = "#ffffff"
+    fg[NORMAL]        = "#101010"
 }
 
 style "scrollbar" = "default"
 {
-    bg[ACTIVE]        = "#eeeeec"
+    bg[ACTIVE]        = "#e8e8e6"
     bg[NORMAL]        = "#d3d7cf"
     bg[PRELIGHT]      = "#d3d7cf"
 
@@ -193,13 +197,13 @@
     }
 }
 
-style "progress" = "colored"
+style "progress" = "gradient"
 {
     xthickness = 0
     ythickness = 0
 
     bg[ACTIVE]        = "#d3d7cf"
-    bg[NORMAL]        = "#eeeeec"
+    bg[NORMAL]        = "#e8e8e6"
     bg[PRELIGHT]      = "#8ae234"
 
     fg[PRELIGHT]      = "#4e9a06"
@@ -245,8 +249,8 @@
 
 style "titlebar" = "default"
 {
-    bg[INSENSITIVE]   = "#eeeeec"
-    bg[SELECTED]      = "#555753" # "#729fcf"
+    bg[INSENSITIVE]   = "#d3d7cf"
+    bg[SELECTED]      = "#555753"
     fg[INSENSITIVE]   = "#888a85"
     fg[SELECTED]      = "#ffffff"
 }
@@ -254,20 +258,20 @@
 
 widget_class "*"                   style "default"
 
-widget_class "*GtkTree*"           style "colored"
-class "*GtkTree*"                  style "colored"
-widget_class "*GtkCTree*"          style "colored"
-class "*GtkCTree*"                 style "colored"
-widget_class "*GtkList*"           style "colored"
-class "*GtkList*"                  style "colored"
-widget_class "*GtkCList*"          style "colored"
-class "*GtkCList*"                 style "colored"
-widget_class "*Entry*"             style "colored"
-class "*Entry*"                    style "colored"
-widget_class "*Text*"              style "colored"
-class "*Text*"                     style "colored"
-widget_class "*Pager*"             style "colored"
-class "*Pager*"                    style "colored"
+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"



More information about the Xfce4-commits mailing list