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

mickey at sita.openmoko.org mickey at sita.openmoko.org
Mon Jan 22 20:46:33 CET 2007


Author: mickey
Date: 2007-01-22 20:46:32 +0100 (Mon, 22 Jan 2007)
New Revision: 584

Added:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchbox-panel-background.png
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchboxpanel
Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkcombobox
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc
Log:
theming: add styling for matchbox-panel-2


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkcombobox
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkcombobox	2007-01-22 19:29:05 UTC (rev 583)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkcombobox	2007-01-22 19:46:32 UTC (rev 584)
@@ -1,7 +1,10 @@
-
 style "gtkcombobox"
 {
-	text[NORMAL] = "#fff"
+    text[NORMAL]      = "#e5e5e5"
+    text[PRELIGHT]    = "#ffffff"
+    text[ACTIVE]      = "#ffffff"
+    text[SELECTED]    = "#ffffff"
+    text[INSENSITIVE] = "#666666"
 }
 widget "*.GtkComboBox.*" style "gtkcombobox"
 

Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc	2007-01-22 19:29:05 UTC (rev 583)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc	2007-01-22 19:46:32 UTC (rev 584)
@@ -91,6 +91,7 @@
 #FIXME e.g. how to say widget "*" style "moko-window-default", but change menuitem color afterwards. that doesn't seem to work!?
 
 include "transparent"
+include "matchboxpanel"
 
 include "gtkbutton"
 include "gtkcheckbutton"
@@ -121,3 +122,4 @@
 include "mokonavigationlist"
 
 include "mokoicons"
+

Added: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchbox-panel-background.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchbox-panel-background.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchboxpanel
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchboxpanel	2007-01-22 19:29:05 UTC (rev 583)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/matchboxpanel	2007-01-22 19:46:32 UTC (rev 584)
@@ -0,0 +1,13 @@
+style "matchboxpanel" {
+   engine "pixmap" {
+        image {
+            function        = FLAT_BOX
+            recolorable     = TRUE
+            file            = "matchbox-panel-background.png"
+            border          = { 0, 0, 0, 0 }
+            stretch         = TRUE
+        }
+    }
+}
+widget "MatchboxPanel" style "matchboxpanel"
+





More information about the commitlog mailing list