gnome-themes r1427 - in trunk: . metacity-themes/Clearlooks



Author: acimitan
Date: Wed Feb 27 22:11:16 2008
New Revision: 1427
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1427&view=rev

Log:
2008-02-18  Andrea Cimitan  <andrea cimitan gmail com>

	* metacity-themes/Clearlooks/metacity-theme-1.xml:
	* metacity-themes/ClearlooksClassic/metacity-theme-1.xml:
	* metacity-themes/Glossy/metacity-theme-1.xml:
	* metacity-themes/Inverted/metacity-theme-1.xml:
	Ugly workaround to a metacity bug eith RGBA colormaps:
	http://bugzilla.gnome.org/show_bug.cgi?id=516226
	I hope this won't break performances too much...



Modified:
   trunk/ChangeLog
   trunk/metacity-themes/Clearlooks/metacity-theme-1.xml

Modified: trunk/metacity-themes/Clearlooks/metacity-theme-1.xml
==============================================================================
--- trunk/metacity-themes/Clearlooks/metacity-theme-1.xml	(original)
+++ trunk/metacity-themes/Clearlooks/metacity-theme-1.xml	Wed Feb 27 22:11:16 2008
@@ -479,6 +479,7 @@
 <draw_ops name="button_bg_prelight">
 	<include name="button_bg"/>
 	<tint color="shade/gtk:bg[SELECTED]/1.5" alpha="0.2" x="3" y="3" width="width-5" height="height-5"/>
+	<line color="shade/gtk:bg[SELECTED]/0.6" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/>
 </draw_ops>
 
 <draw_ops name="button_bg_pressed">
@@ -519,6 +520,7 @@
 <draw_ops name="button_bg_unfocused_prelight">
 	<include name="button_bg_unfocused"/>
 	<tint color="shade/gtk:bg[NORMAL]/1.5" alpha="0.3" x="3" y="3" width="width-5" height="height-5"/>
+	<line color="shade/gtk:bg[NORMAL]/0.6" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/>
 </draw_ops>
 
 <draw_ops name="button_bg_unfocused_pressed">



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