gnome-themes r1704 - in trunk: . gtk-themes/ClearlooksClassic gtk-themes/ClearlooksTest gtk-themes/Glossy gtk-themes/Inverted



Author: bberg
Date: Thu Apr  9 21:07:45 2009
New Revision: 1704
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1704&view=rev

Log:
2009-04-09  Benjamin Berg  <benjamin sipsolutions net>

	* gtk-themes/ClearlooksClassic/gtkrc:
	* gtk-themes/ClearlooksTest/gtkrc:
	* gtk-themes/Glossy/gtkrc:
	* gtk-themes/Inverted/gtkrc:
	Turns out that the shade for the focus color was the wrong one.


Modified:
   trunk/ChangeLog
   trunk/gtk-themes/ClearlooksClassic/gtkrc
   trunk/gtk-themes/ClearlooksTest/gtkrc
   trunk/gtk-themes/Glossy/gtkrc
   trunk/gtk-themes/Inverted/gtkrc

Modified: trunk/gtk-themes/ClearlooksClassic/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksClassic/gtkrc	(original)
+++ trunk/gtk-themes/ClearlooksClassic/gtkrc	Thu Apr  9 21:07:45 2009
@@ -102,7 +102,7 @@
 	fg[SELECTED] = @text_color
 
 	engine "clearlooks" {
-		focus_color = shade (0.896, @selected_bg_color)
+		focus_color = shade (0.65, @selected_bg_color)
 	}
 }
 

Modified: trunk/gtk-themes/ClearlooksTest/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksTest/gtkrc	(original)
+++ trunk/gtk-themes/ClearlooksTest/gtkrc	Thu Apr  9 21:07:45 2009
@@ -102,7 +102,7 @@
 	fg[SELECTED] = @text_color
 
 	engine "clearlooks" {
-		focus_color = shade (0.896, @selected_bg_color)
+		focus_color = shade (0.65, @selected_bg_color)
 	}
 }
 

Modified: trunk/gtk-themes/Glossy/gtkrc
==============================================================================
--- trunk/gtk-themes/Glossy/gtkrc	(original)
+++ trunk/gtk-themes/Glossy/gtkrc	Thu Apr  9 21:07:45 2009
@@ -102,7 +102,7 @@
 	fg[SELECTED] = @text_color
 
 	engine "clearlooks" {
-		focus_color = shade (0.896, @selected_bg_color)
+		focus_color = shade (0.65, @selected_bg_color)
 	}
 }
 

Modified: trunk/gtk-themes/Inverted/gtkrc
==============================================================================
--- trunk/gtk-themes/Inverted/gtkrc	(original)
+++ trunk/gtk-themes/Inverted/gtkrc	Thu Apr  9 21:07:45 2009
@@ -101,7 +101,7 @@
 	fg[SELECTED] = @text_color
 
 	engine "clearlooks" {
-		focus_color = shade (0.896, @selected_bg_color)
+		focus_color = shade (0.65, @selected_bg_color)
 	}
 }
 



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