Set corner radius for gtk theme

This commit is contained in:
Evie Litherland-Smith 2024-07-09 08:36:52 +01:00
parent e1146e62c7
commit 6595543ac0

View file

@ -3,6 +3,8 @@
accentColourName,
}:
with scheme.withHashtag; ''
// Remove rounded corners
window.background { border-radius: 5; }
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
@define-color accent_fg_color ${base00-hex};