gnome-themes r1420 - in trunk: . metacity-themes/Clearlooks metacity-themes/ClearlooksClassic metacity-themes/Glossy metacity-themes/Inverted



Author: acimitan
Date: Mon Feb 18 15:45:34 2008
New Revision: 1420
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1420&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
   trunk/metacity-themes/ClearlooksClassic/metacity-theme-1.xml
   trunk/metacity-themes/Glossy/metacity-theme-1.xml
   trunk/metacity-themes/Inverted/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	Mon Feb 18 15:45:34 2008
@@ -192,8 +192,13 @@
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>
 </draw_ops>
 
+<draw_ops name="window_bg">
+	<rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width" height="height"/>
+</draw_ops>
+
 <!-- ::: BEVEL FOCUSED ::: -->
 <draw_ops name="bevel">
+	<include name="window_bg"/>
 	<!-- ** titlebar outline ** -->
 	<rectangle color="shade/gtk:bg[SELECTED]/0.55" filled="false" x="0" y="0" width="width - 1" height="title_height + 6"/>
 
@@ -268,6 +273,7 @@
 
 <!-- ::: BEVEL UNFOCUSED ::: -->
 <draw_ops name="bevel_unfocused">
+	<include name="window_bg"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/1.05" x1="1" y1="1" x2="width - 2" y2="1"/>

Modified: trunk/metacity-themes/ClearlooksClassic/metacity-theme-1.xml
==============================================================================
--- trunk/metacity-themes/ClearlooksClassic/metacity-theme-1.xml	(original)
+++ trunk/metacity-themes/ClearlooksClassic/metacity-theme-1.xml	Mon Feb 18 15:45:34 2008
@@ -166,6 +166,9 @@
 	<line color="shade/gtk:bg[SELECTED]/0.75" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>
 </draw_ops>
 
+<draw_ops name="window_bg">
+	<rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width" height="height"/>
+</draw_ops>
 
 <draw_ops name="bevel_maximized_unfocused">
 	<!-- ** 3d beveled frame ** -->
@@ -216,6 +219,7 @@
 </draw_ops>
 
 <draw_ops name="bevel_unfocused">
+	<include name="window_bg"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/1.15" x1="1" y1="1" x2="width - 2" y2="1"/>
@@ -255,6 +259,7 @@
 </draw_ops>
 
 <draw_ops name="bevel">
+	<include name="window_bg"/>
 	<!-- ** titlebar outline ** -->
 	<rectangle color="shade/gtk:bg[SELECTED]/0.55" filled="false" x="0" y="0" width="width - 1" height="title_height + 6"/>
 

Modified: trunk/metacity-themes/Glossy/metacity-theme-1.xml
==============================================================================
--- trunk/metacity-themes/Glossy/metacity-theme-1.xml	(original)
+++ trunk/metacity-themes/Glossy/metacity-theme-1.xml	Mon Feb 18 15:45:34 2008
@@ -184,8 +184,13 @@
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>
 </draw_ops>
 
+<draw_ops name="window_bg">
+	<rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width" height="height"/>
+</draw_ops>
+
 <!-- ::: BEVEL FOCUSED ::: -->
 <draw_ops name="bevel">
+	<include name="window_bg"/>
 	<!-- ** titlebar outline ** -->
 	<rectangle color="shade/gtk:bg[SELECTED]/0.55" filled="false" x="0" y="0" width="width - 1" height="title_height + 6"/>
 
@@ -260,6 +265,7 @@
 
 <!-- ::: BEVEL UNFOCUSED ::: -->
 <draw_ops name="bevel_unfocused">
+	<include name="window_bg"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/1.05" x1="1" y1="1" x2="width - 2" y2="1"/>

Modified: trunk/metacity-themes/Inverted/metacity-theme-1.xml
==============================================================================
--- trunk/metacity-themes/Inverted/metacity-theme-1.xml	(original)
+++ trunk/metacity-themes/Inverted/metacity-theme-1.xml	Mon Feb 18 15:45:34 2008
@@ -184,8 +184,13 @@
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/>
 </draw_ops>
 
+<draw_ops name="window_bg">
+	<rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="0" width="width" height="height"/>
+</draw_ops>
+
 <!-- ::: BEVEL FOCUSED ::: -->
 <draw_ops name="bevel">
+	<include name="window_bg"/>
 	<!-- ** titlebar outline ** -->
 	<rectangle color="shade/gtk:bg[SELECTED]/0.55" filled="false" x="0" y="0" width="width - 1" height="title_height + 6"/>
 
@@ -260,6 +265,7 @@
 
 <!-- ::: BEVEL UNFOCUSED ::: -->
 <draw_ops name="bevel_unfocused">
+	<include name="window_bg"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="2" x2="width - 2" y2="height - 2"/>
 	<line color="shade/gtk:bg[NORMAL]/0.98" x1="1" y1="1" x2="width - 2" y2="1"/>



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