diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-04 13:59:39 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-04 13:59:39 +0300 |
commit | 2cf194eb9c3314dcf51a97ae06341984f90712c1 (patch) | |
tree | ca456c9c441b2aad8cae260ca64a2745ea837d73 /xfwm4/themerc |
Diffstat (limited to 'xfwm4/themerc')
-rw-r--r-- | xfwm4/themerc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xfwm4/themerc b/xfwm4/themerc new file mode 100644 index 0000000..b279a7b --- /dev/null +++ b/xfwm4/themerc @@ -0,0 +1,23 @@ +button_offset=2 +button_spacing=4 + +show_app_icon=true + +full_width_title=true + +title_shadow_active=false +title_shadow_inactive=false + +title_horizontal_offset=3 + +active_text_color=#c3c3c3 +active_text_shadow_color=#c3c3c3 + +inactive_text_color=#878787 +inactive_text_shadow_color=#878787 + +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=40 |