diff options
author | Horst3180 | 2016-01-26 19:31:03 +0100 |
---|---|---|
committer | Horst3180 | 2016-01-26 19:31:11 +0100 |
commit | 36bef5d1042b0b4208258c0330009d7e031e59ea (patch) | |
tree | 8efe9a9f2708fd9aa474eb7e58d58a145b1463b7 /common/xfwm4 | |
parent | d1ddbf21e45e8e2e3d51d2d7c53dc1c31df200b8 (diff) | |
download | solarc-theme-36bef5d1042b0b4208258c0330009d7e031e59ea.tar.gz solarc-theme-36bef5d1042b0b4208258c0330009d7e031e59ea.tar.xz solarc-theme-36bef5d1042b0b4208258c0330009d7e031e59ea.zip |
xfwm: tweak shadows and don't override opacity (#384)
Diffstat (limited to 'common/xfwm4')
-rw-r--r-- | common/xfwm4/themerc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/common/xfwm4/themerc b/common/xfwm4/themerc index caf4a62..486b1d6 100644 --- a/common/xfwm4/themerc +++ b/common/xfwm4/themerc @@ -18,13 +18,10 @@ inactive_text_shadow_color=#e7e8eb shadow_delta_height=2 shadow_delta_width=0 shadow_delta_x=0 -shadow_delta_y=-10 -shadow_opacity=35 +shadow_delta_y=-5 +shadow_opacity=50 title_shadow_active=false -resize_opacity=100 -move_opacity=100 -popup_opacity=100 show_frame_shadow=true show_popup_shadow=true |