26 lines
684 B
Plaintext
26 lines
684 B
Plaintext
general {
|
|
gaps_in = {{custom.padding}}
|
|
gaps_out = {{custom.padding_double}}
|
|
col.inactive_border = rgba({{colors.surface.default.hex_stripped}}{{custom.opacity_hex | to_lower}})
|
|
col.active_border = rgb({{colors.primary.default.hex_stripped}})
|
|
}
|
|
|
|
decoration {
|
|
rounding = {{custom.radius}}
|
|
|
|
shadow {
|
|
color = rgba({{colors.shadow.default.hex_stripped}}{{custom.opacity_shadow_hex | to_lower}})
|
|
}
|
|
|
|
blur {
|
|
size = {{custom.blur}}
|
|
}
|
|
}
|
|
|
|
misc {
|
|
col.splash = rgb({{colors.on_surface.default.hex_stripped}})
|
|
background_color = rgb({{colors.surface.default.hex_stripped}})
|
|
font_family = {{custom.font_sans_serif}}
|
|
splash_font_family = {{custom.font_monospace}}
|
|
}
|