r2534 - trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0

thomas at sita.openmoko.org thomas at sita.openmoko.org
Fri Jul 27 11:29:13 CEST 2007


Author: thomas
Date: 2007-07-27 11:29:12 +0200 (Fri, 27 Jul 2007)
New Revision: 2534

Modified:
   trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
Log:
* Add colours for openmoko-contacts history view


Modified: trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
===================================================================
--- trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts	2007-07-27 07:57:36 UTC (rev 2533)
+++ trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts	2007-07-27 09:29:12 UTC (rev 2534)
@@ -30,3 +30,50 @@
 
 widget "*moko-contacts-add-detail-button" style "mokocontactsadddetail"
 
+# History view
+style "mokohistorylabel" {
+	font_name = "Vera Sans 14"
+	fg[PRELIGHT] = "#666"
+}
+widget "*.mokohistorylabel" style "mokohistorylabel"
+
+style "mokohistorycall-in" {
+	text[PRELIGHT] = "#666"
+        base[PRELIGHT] = "#000"
+        bg[PRELIGHT] = "#E7FFE6"
+        fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorycall-in" style "mokohistorycall-in"
+
+style "mokohistorycall-out" {
+	text[PRELIGHT] = "#666"
+        base[PRELIGHT] = "#000"
+        bg[PRELIGHT] = "#FFF7E6"
+        fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorycall-out" style "mokohistorycall-out"
+
+style "mokohistorycall-missed" {
+	text[PRELIGHT] = "#666"
+        base[PRELIGHT] = "#000"
+        bg[PRELIGHT] = "#FAD7D2"
+        fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorycall-missed" style "mokohistorycall-missed"
+
+style "mokohistoryemail" {
+	text[PRELIGHT] = "#666"
+        base[PRELIGHT] = "#000"
+        bg[PRELIGHT] = "#FFF"
+        fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistoryemail" style "mokohistoryemail"
+
+style "mokohistorysms" {
+	text[PRELIGHT] = "#666"
+        base[PRELIGHT] = "#000"
+        bg[PRELIGHT] = "#E6F9FF"
+        fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorysms" style "mokohistorysms"
+





More information about the commitlog mailing list