gtk-engines r1093 - in trunk: . themes/Crux/gtk-2.0



Author: thos
Date: Wed Feb 20 00:42:48 2008
New Revision: 1093
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1093&view=rev

Log:
2008-02-20  Thomas Wood  <thos gnome org>

	* themes/Crux/gtk-2.0/gtkrc: Lighten the bg colour a little


Modified:
   trunk/ChangeLog
   trunk/themes/Crux/gtk-2.0/gtkrc

Modified: trunk/themes/Crux/gtk-2.0/gtkrc
==============================================================================
--- trunk/themes/Crux/gtk-2.0/gtkrc	(original)
+++ trunk/themes/Crux/gtk-2.0/gtkrc	Wed Feb 20 00:42:48 2008
@@ -29,7 +29,7 @@
 
 # Default style for all widgets to build from
 
-gtk_color_scheme = "fg_color:#000\nbg_color:#c4c6c0\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#75507b\nselected_fg_color:#fff\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000"
+gtk_color_scheme = "fg_color:#000;bg_color:#d3d7cf;base_color:#fff;text_color:#000;selected_bg_color:#75507b;selected_fg_color:#fff;tooltip_bg_color:#F5F5B5;tooltip_fg_color:#000"
 
 
 style "default"
@@ -118,7 +118,7 @@
 
 style "trough"
 {
-   bg[NORMAL] =  darker (@bg_color) # was babdb6 --> ??
+   bg[NORMAL] = shade (0.9, @bg_color)
 }
 class "GtkProgressBar" style "trough"
 



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