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

thomas at sita.openmoko.org thomas at sita.openmoko.org
Fri May 18 16:48:49 CEST 2007


Author: thomas
Date: 2007-05-18 16:48:48 +0200 (Fri, 18 May 2007)
New Revision: 2015

Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane
Log:
theme:  Adds inital theming to the history preview widgets. Colours were taken from the mockups in the wiki.


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane	2007-05-18 14:45:38 UTC (rev 2014)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/contactspane	2007-05-18 14:48:48 UTC (rev 2015)
@@ -114,3 +114,52 @@
 	}
 }
 widget "*.removebutton" style "removebutton"
+
+# 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