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

mickey at gta01.hmw-consulting.de mickey at gta01.hmw-consulting.de
Sun Nov 12 12:29:11 CET 2006


Author: mickey
Date: 2006-11-12 11:29:10 +0000 (Sun, 12 Nov 2006)
New Revision: 196

Added:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/entry-background.png
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokotreeview
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokotreeview-gtkbutton.png
Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/TODO
   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/gtktreeview
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-mokotoolbox-search-mode-background.png
Log:
more theming


Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/TODO
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/TODO	2006-11-12 09:56:21 UTC (rev 195)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/TODO	2006-11-12 11:29:10 UTC (rev 196)
@@ -15,3 +15,4 @@
 
 5.) tell designer where we need top/left/bottom/corner seperated and where not!
 
+6.) can we remove the GAP within a scrolled window between content and scrollbar?

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


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

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	2006-11-12 09:56:21 UTC (rev 195)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtkrc	2006-11-12 11:29:10 UTC (rev 196)
@@ -3,17 +3,17 @@
 	# NOTE bg_pixmap[NORMAL] _must_ match with the SHADOW pixmaps
     bg_pixmap[NORMAL] = "gtkwidget.png"
 
-    bg[NORMAL]        = "#ff0000" # beige
+    bg[NORMAL]        = "#666666" # 
     bg[PRELIGHT]      = "#ff0000" # light beige
     bg[ACTIVE]        = "#ff0000" # dark beige
     bg[SELECTED]      = "#ff0000" # olive
     bg[INSENSITIVE]   = "#ff0000" # beige
 
-    base[NORMAL]      = "#ff0000" # white
-    base[PRELIGHT]    = "#ff0000" # olive
-    base[ACTIVE]      = "#ff0000" # dark olive
-    base[SELECTED]    = "#ff0000" # olive
-    base[INSENSITIVE] = "#ff0000" # beige
+    base[NORMAL]      = "#ffeddb" # light cherry
+    base[PRELIGHT]    = "#00ff00" # 
+    base[ACTIVE]      = "#00ff00" # 
+    base[SELECTED]    = "#00ff00" # 
+    base[INSENSITIVE] = "#00ff00" # 
 
     fg[NORMAL]      = "#d3d3d3" # light grey
     fg[PRELIGHT]    = "#ffffff" # white
@@ -21,7 +21,7 @@
     fg[SELECTED]    = "#ffffff" # white
     fg[INSENSITIVE] = "#223344" # dark grey
 
-    text[NORMAL]      = "#d3d3d3" # light grey
+    text[NORMAL]      = "#666666" # mid grey
     text[PRELIGHT]    = "#ffffff" # white
     text[ACTIVE]      = "#e5e5e5" # light grey
     text[SELECTED]    = "#ffffff" # white
@@ -97,5 +97,6 @@
 include "mokomenubox"
 include "mokopanedwindow"
 include "mokotoolbox"
+include "mokotreeview"
 
 include "transparent"

Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtktreeview
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtktreeview	2006-11-12 09:56:21 UTC (rev 195)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtktreeview	2006-11-12 11:29:10 UTC (rev 196)
@@ -1,15 +1,13 @@
 style "gtktreeview" {
-    engine "pixmap" {
-      
+    engine "pixmap" {    
       image {
             function        = FLAT_BOX
             recolorable     = TRUE
             state           = NORMAL
-            file            = "gtkwidget.png"
+            file            = "entry-background.png"
             border          = { 0, 0, 0, 0 }
             stretch         = TRUE
       }
-      
       image {
             function        = FLAT_BOX
             recolorable     = TRUE
@@ -17,16 +15,14 @@
             file            = "list_bg_row_sel_stretch.png"
             border          = { 0, 0, 0, 0 }
             stretch         = TRUE
-        }
-        /*
-        image {
-            function        = FOCUS
-            recolorable     = FALSE
-            file            = "list_bg_row_sel_stretch.png"
-            border          = { 0, 0, 0, 0 }
-            stretch         = TRUE
-        }
-        */
+      }
+#      image {
+#          function        = FOCUS
+#          recolorable     = FALSE
+#          file            = "list_bg_row_sel_stretch.png"
+#          border          = { 0, 0, 0, 0 }
+#          stretch         = TRUE
+#      }
     }
     GtkTreeView::allow_rules = 1
     GtkTreeView::vertical_separator = 6
@@ -35,7 +31,7 @@
 
     GtkButton::focus-line-width = 0
 }
-class "GtkTreeView" style "gtktreeview"
+widget "*.GtkTreeView" style "gtktreeview"
 
 style "gtktreeview-button" {
     engine "pixmap" {

Added: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokotreeview
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokotreeview	2006-11-12 09:56:21 UTC (rev 195)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokotreeview	2006-11-12 11:29:10 UTC (rev 196)
@@ -0,0 +1,54 @@
+style "mokotreeview" {
+    engine "pixmap" {
+      image {
+            function        = FLAT_BOX
+            recolorable     = TRUE
+            state           = SELECTED
+            file            = "list_bg_row_sel_stretch.png"
+            border          = { 0, 0, 0, 0 }
+            stretch         = TRUE
+      }
+      image {
+          function        = FOCUS
+          recolorable     = FALSE
+          file            = "list_bg_row_sel_stretch.png"
+          border          = { 0, 0, 0, 0 }
+          stretch         = TRUE
+      }
+    }
+    GtkTreeView::allow_rules = 1
+    GtkTreeView::vertical_separator = 6
+    GtkTreeView::even_row_color = "#f7f7f7"
+    GtkTreeView::odd_row_color = "#e7e7e7"
+
+    GtkButton::focus-line-width = 0
+}
+class "MokoTreeView" style "mokotreeview"
+
+style "mokotreeview-button" {
+    engine "pixmap" {
+        image {
+            function        = BOX
+            recolorable     = TRUE
+            file            = "mokotreeview-gtkbutton.png"
+            border          = { 5, 5, 5, 5 }
+            stretch         = TRUE
+        }
+    }
+    GtkButton::focus-line-width = 0
+}
+widget_class "*.MokoTreeView.GtkButton" style "mokotreeview-button"
+
+style "mokotreeview-button-label"
+{
+    font_name = "Vera Sans Bold 13"
+    fg[NORMAL] = "#999999"
+}
+widget "*.MokoTreeView.*.GtkLabel" style "mokotreeview-button-label"
+
+style "mokotreeview-cellrenderer"
+{
+	font_name = "Vera Sans 30"
+}
+widget "*.MokoTreeView.GtkCellRenderer" style "mokotreeview-cellrenderer"
+

Copied: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokotreeview-gtkbutton.png (from rev 194, trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtktreeview-gtkbutton.png)

Modified: trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-mokotoolbox-search-mode-background.png
===================================================================
(Binary files differ)





More information about the commitlog mailing list