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

mickey at gta01.hmw-consulting.de mickey at gta01.hmw-consulting.de
Sat Nov 4 20:21:26 CET 2006


Author: mickey
Date: 2006-11-04 19:21:26 +0000 (Sat, 04 Nov 2006)
New Revision: 186

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkmenuitem
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokomenubox
Log:
theming: improve for non-native apps


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkmenuitem
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkmenuitem	2006-11-04 19:07:34 UTC (rev 185)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkmenuitem	2006-11-04 19:21:26 UTC (rev 186)
@@ -13,9 +13,13 @@
 
 style "gtkmenuitem-label" {
     font_name = "Vera Sans 16"
-    fg[NORMAL] = "#ffffff"
+    fg[NORMAL] = "#e5e5e5"
     fg[PRELIGHT] = "#ffffff"
     xthickness = 100
 }
 widget "*.GtkMenuItem.GtkAccelLabel" style "gtkmenuitem-label"
 widget "*.GtkImageMenuItem.GtkAccelLabel" style "gtkmenuitem-label"
+
+widget_class "*.GtkMenu.GtkMenuItem.GtkAccelLabel" style "gtkmenuitem-label"
+widget_class "*.GtkMenu.GtkImageMenuItem.GtkAccelLabel" style "gtkmenuitem-label"
+

Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokomenubox
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokomenubox	2006-11-04 19:07:34 UTC (rev 185)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokomenubox	2006-11-04 19:21:26 UTC (rev 186)
@@ -11,6 +11,7 @@
     xthickness = 30
 }
 widget "*.mokomenubox-application-menubar" style "mokomenubox-application-menubar"
+class "GtkMenuBar" style "mokomenubox-application-menubar"
 
 style "mokomenubox-filter-menubar" {
     engine "pixmap" {
@@ -32,6 +33,7 @@
     fg[PRELIGHT] = "#333333"
 }
 widget "*.mokomenubox-application-menubar.*.GtkAccelLabel" style "mokomenubox-application-menubar-items"
+class "GtkAccelLabel" style "mokomenubox-application-menubar-items"
 
 style "mokomenubox-filter-menubar-items" {
     font_name = "Vera Sans 16"





More information about the commitlog mailing list