[Xfce4-commits] [xfce/xfwm4] 02/02: Adjust shadows
noreply at xfce.org
noreply at xfce.org
Wed Dec 10 22:38:52 CET 2014
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit bfc29d2b913e4f32f50d1e3b19d3033fef43835f
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Wed Dec 10 22:35:06 2014 +0100
Adjust shadows
Use a thinner shadow with light source from the top
on default theme, slightly larger for hdpi and
xhdpi variants.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
themes/default-hdpi/themerc | 5 +++++
themes/default-xhdpi/themerc | 5 +++++
themes/default/themerc | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/themes/default-hdpi/themerc b/themes/default-hdpi/themerc
index 061359f..4c2741b 100644
--- a/themes/default-hdpi/themerc
+++ b/themes/default-hdpi/themerc
@@ -7,6 +7,11 @@ button_spacing=0
full_width_title=true
maximized_offset=0
show_app_icon=true
+shadow_delta_height=-4
+shadow_delta_width=-8
+shadow_delta_x=-10
+shadow_delta_y=-10
+shadow_opacity=100
title_horizontal_offset=1
title_shadow_active=under
title_shadow_inactive=under
diff --git a/themes/default-xhdpi/themerc b/themes/default-xhdpi/themerc
index 26fcc46..bc67cb0 100644
--- a/themes/default-xhdpi/themerc
+++ b/themes/default-xhdpi/themerc
@@ -7,6 +7,11 @@ button_spacing=0
full_width_title=true
maximized_offset=0
show_app_icon=true
+shadow_delta_height=-2
+shadow_delta_width=-6
+shadow_delta_x=-8
+shadow_delta_y=-8
+shadow_opacity=100
title_horizontal_offset=2
title_shadow_active=under
title_shadow_inactive=under
diff --git a/themes/default/themerc b/themes/default/themerc
index 061359f..f06fbb0 100644
--- a/themes/default/themerc
+++ b/themes/default/themerc
@@ -7,6 +7,11 @@ button_spacing=0
full_width_title=true
maximized_offset=0
show_app_icon=true
+shadow_delta_height=-6
+shadow_delta_width=-10
+shadow_delta_x=-12
+shadow_delta_y=-12
+shadow_opacity=100
title_horizontal_offset=1
title_shadow_active=under
title_shadow_inactive=under
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list