[anjal] Color code update from Nick.



commit 6a27249a1b0499bdaf64c47cfe1c64c08ed18ec1
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Thu Jul 16 23:16:33 2009 +0530

    Color code update from Nick.

 src/custom-cell-renderer-hbox.c |    4 +++-
 src/mail-message-view.c         |    5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/src/custom-cell-renderer-hbox.c b/src/custom-cell-renderer-hbox.c
index 23f6f2e..e7b8f7a 100644
--- a/src/custom-cell-renderer-hbox.c
+++ b/src/custom-cell-renderer-hbox.c
@@ -474,7 +474,9 @@ custom_cell_renderer_hbox_render (GtkCellRenderer *cell,
 	  cell_area->x  =  cell_area->x - cw - (child->xpad) -cx;
 	  if (custom && cw >20) {
 		   GdkColor col;
-		   gdk_color_parse ("#f57900", &col);	
+
+		   /* Color code received from the wireframe */
+		   gdk_color_parse ("#febf00", &col);	
 		   cr = gdk_cairo_create (window);
 		   gdk_cairo_set_source_color (cr,  &col);
 		   draw_rounded_rectangle (cr, cell_area->x, cell_area->y+cy+(1*cell->ypad), cw, ch);
diff --git a/src/mail-message-view.c b/src/mail-message-view.c
index a1e7df7..a3c0ba2 100644
--- a/src/mail-message-view.c
+++ b/src/mail-message-view.c
@@ -852,8 +852,9 @@ mmv_foot_color_expose (GtkWidget *w, GdkEventExpose *event, GtkWidget *widget)
 	int wid = w->allocation.width;
 	int heig = w->allocation.height;
 	GdkColor colr;
-
-	gdk_color_parse ("#edd400", &colr);
+	
+	/* Color code received from the wireframe spec */
+	gdk_color_parse ("#fdfbee", &colr);
 	gdk_cairo_set_source_color (cr,  &colr);
 	if (GTK_IS_HBOX(w))
 		draw_full_rounded_rectangle (cr, w->allocation.x+3, w->allocation.y-3, wid-12, heig+6);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]