feat: more theming

This commit is contained in:
2024-04-26 01:46:09 +02:00
parent b9cd147c0e
commit 326de208d6
6 changed files with 191 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
box#main {
background: rgba({{colors.surface.default.red}}, {{colors.surface.default.green}}, {{colors.surface.default.blue}}, 0.4);
background: alpha({{colors.surface.default.hex}}, 0.4);
}
* {
color: {{colors.on_surface.default.hex}};
}