Set corner radius for gtk theme
This commit is contained in:
parent
e1146e62c7
commit
6595543ac0
|
@ -3,6 +3,8 @@
|
||||||
accentColourName,
|
accentColourName,
|
||||||
}:
|
}:
|
||||||
with scheme.withHashtag; ''
|
with scheme.withHashtag; ''
|
||||||
|
// Remove rounded corners
|
||||||
|
window.background { border-radius: 5; }
|
||||||
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
|
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
|
||||||
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
|
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
|
||||||
@define-color accent_fg_color ${base00-hex};
|
@define-color accent_fg_color ${base00-hex};
|
||||||
|
|
Loading…
Reference in a new issue