This commit is contained in:
2026-02-19 20:37:39 +00:00
parent d418f4eb67
commit 841d257757
16 changed files with 765 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/***
* ┳┳┓┏┓┏┳┓┳┳┏┓┏┓┳┓ ┓ ┏┏┓┓┏┳┓┏┓┳┓
* ┃┃┃┣┫ ┃ ┃┃┃┓┣ ┃┃━━┃┃┃┣┫┗┫┣┫┣┫┣┫
* ┛ ┗┛┗ ┻ ┗┛┗┛┗┛┛┗ ┗┻┛┛┗┗┛┻┛┛┗┛┗
*
*/
/*-----Surface Transparent Background------*/
@define-color surface-alpha {{colors.surface.default.rgba | set_alpha: 0.25}};
@define-color primary-bg {{colors.primary.default.rgba | set_alpha: 0.25}};
/*-----All Colors--------*/
<* for name, value in colors *>
@define-color {{name}} {{value.default.rgba}};
<* endfor *>
/* @define-color background {{colors.surface.default.rgba | set_lightness: 7.5 | set_alpha: 1.0}}; */