diff options
author | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
commit | 993917ddcedd58927a068cc804d81f1018d7bc0e (patch) | |
tree | 6c228c3c434ca9d5917839869268893e4338af2e /themes/Plata-Noir/xfwm4/themerc | |
parent | 7aa0ccbc957836f41a215a5f4835c7c80b05228b (diff) |
Fix gtk theme setting
Diffstat (limited to 'themes/Plata-Noir/xfwm4/themerc')
-rw-r--r-- | themes/Plata-Noir/xfwm4/themerc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/Plata-Noir/xfwm4/themerc b/themes/Plata-Noir/xfwm4/themerc new file mode 100644 index 0000000..bccc227 --- /dev/null +++ b/themes/Plata-Noir/xfwm4/themerc @@ -0,0 +1,26 @@ +#button_layout=O|HMC +button_offset=-0 +button_spacing=0 + +show_app_icon=true +full_width_title=true + +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +active_text_color=#f5f5f5 +active_text_shadow_color=#f5f5f5 +inactive_text_color=#737373 +inactive_text_shadow_color=#737373 + +shadow_delta_height=7 +shadow_delta_width=-1 +shadow_delta_x=0 +shadow_delta_y=-8 +shadow_opacity=40 + +show_frame_shadow=true +show_popup_shadow=true |