r610 - trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0

ken_zhao at sita.openmoko.org ken_zhao at sita.openmoko.org
Thu Jan 25 07:57:21 CET 2007


Author: ken_zhao
Date: 2007-01-25 07:57:15 +0100 (Thu, 25 Jan 2007)
New Revision: 610

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkentry
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkspinbutton
Log:
theme:change base color of gtkspinbutton(same as gtkentry)


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkentry
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkentry	2007-01-25 02:23:53 UTC (rev 609)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkentry	2007-01-25 06:57:15 UTC (rev 610)
@@ -1,17 +1,20 @@
 style "gtkentry" {
+    xthickness = 10
+    ythickness = 10
     engine "pixmap" {
         image {
-            function        = FLAT_BOX
+            function        = SHADOW
+            shadow          = IN
             file            = "gtkentry.png"
             recolorable     = TRUE
             border          = { 17, 17, 15, 15 }
-        }
-    }
-    
-    GtkEntry::inner-border  = { 17, 17, 5, 5 }
-
+              }
+	 }
+    GtkEntry::inner-border  = { 0, 0, 0, 0 }
     text[NORMAL] = "#000000"
+    base[NORMAL] = "#B2B2B2"
     fg[NORMAL] = "#000000"
+    text[INSENSITIVE] = "#223344" # dark grey
 }
 class "GtkEntry" style "gtkentry"
 widget_class "*.GtkEntry*" style "gtkentry"

Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkspinbutton
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkspinbutton	2007-01-25 02:23:53 UTC (rev 609)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkspinbutton	2007-01-25 06:57:15 UTC (rev 610)
@@ -3,7 +3,7 @@
 style "gtkspinbutton" {
     bg_pixmap[NORMAL] = "<none>"
     bg[NORMAL] = "#555555"
-    base[NORMAL] = "#555555"
+    base[NORMAL] = "#B2B2B2"
     text[NORMAL] = "#000000"
 
     bg[ACTIVE] = "#fdfdfd"





More information about the commitlog mailing list