From bfc29d2b913e4f32f50d1e3b19d3033fef43835f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Wed, 10 Dec 2014 22:35:06 +0100 Subject: 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 --- themes/default-hdpi/themerc | 5 +++++ themes/default-xhdpi/themerc | 5 +++++ themes/default/themerc | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'themes') diff --git a/themes/default-hdpi/themerc b/themes/default-hdpi/themerc index 061359f36..4c2741b04 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 26fcc4639..bc67cb0cb 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 061359f36..f06fbb07d 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 -- cgit v1.2.1