feat: better theming

This commit is contained in:
2024-04-29 16:00:54 +02:00
parent ced84cf07a
commit 667469c0ce
8 changed files with 171 additions and 107 deletions

View File

@@ -1,4 +1,17 @@
general {
col.inactive_border = rgba({{colors.surface.default.hex_stripped}}cc)
col.inactive_border = rgba({{colors.surface.default.hex_stripped}}{{custom.transparency_hex | to_lower}})
col.active_border = rgb({{colors.primary.default.hex_stripped}})
border_size = 1
extend_border_grab_area = 4
gaps_in = {{custom.padding}}
gaps_out = {{custom.double_padding}}
}
decoration {
rounding = {{custom.radius}}
blur {
size = {{custom.blur}}
passes = 2
}
}