[gnome-themes-standard] more subtle shading of the attached modal dialog border.



commit fa068682b4de828fe314ce64f91178a75847a778
Author: Jakub Steiner <jimmac gmail com>
Date:   Sun Apr 10 12:32:42 2011 +0200

    more subtle shading of the attached modal dialog border.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 11c7440..aebe0a3 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -10,9 +10,9 @@
 
 <!-- meaningfull constants -->
 
-<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.6" />
+<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" />
 <constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" />
-<constant name="C_border_attached_focused" value="blend/#000000/gtk:bg[NORMAL]/0.4" />
+<constant name="C_border_attached_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" />
 <constant name="C_titlebar_focused_hilight" value="gtk:base[NORMAL]" />
 <constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" />
 <constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" />
@@ -232,17 +232,19 @@
 	<rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" />
 	<line x1="0" y1="0" x2="width" y2="0" color="C_border_attached_focused" />
 	<gradient type="vertical" x="0" y="0" width="1" height="top_height">
-		<color value="blend/gtk:bg[NORMAL]/#000000/0.4" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.3" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />		
 		<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
 		<color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
-		<color value="blend/gtk:bg[NORMAL]/#000000/0.3" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
 		<color value="C_border_focused" />
 	</gradient>
 	<gradient type="vertical" x="width-1" y="0" width="1" height="top_height">
-		<color value="blend/gtk:bg[NORMAL]/#000000/0.4" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.3" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
 		<color value="blend/gtk:bg[NORMAL]/#000000/0.1" />
 		<color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
-		<color value="blend/gtk:bg[NORMAL]/#000000/0.3" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.2" />
 		<color value="C_border_focused" />
 	</gradient>
 </draw_ops>



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