[gnome-themes-standard] improve shading of the modal attached dialogs.



commit 70435d4978456f948ac281e82dfcdb3e11c32b59
Author: Jakub Steiner <jimmac gmail com>
Date:   Sun Apr 10 01:46:51 2011 +0200

    improve shading of the modal attached dialogs.

 themes/Adwaita/metacity-1/metacity-theme-3.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 4bc1521..3d55b3f 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -232,13 +232,17 @@
 	<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="C_border_attached_focused" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.4" />
 		<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="C_border_focused" />
 	</gradient>
 	<gradient type="vertical" x="width-1" y="0" width="1" height="top_height">
-		<color value="C_border_attached_focused" />
+		<color value="blend/gtk:bg[NORMAL]/#000000/0.4" />
 		<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="C_border_focused" />
 	</gradient>
 </draw_ops>



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