Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
9
.config/matugen/templates/colors.css
Normal file
9
.config/matugen/templates/colors.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Css Colors
|
||||
* Generated with Matugen
|
||||
*/
|
||||
@define-color blur_background {{colors.surface.default.rgba | set_alpha: 0.3}};
|
||||
@define-color blur_background8 {{colors.surface.default.rgba | set_alpha: 0.8}};
|
||||
<* for name, value in colors *>
|
||||
@define-color {{name}} {{value.default.hex}};
|
||||
<* endfor *>
|
||||
Loading…
Add table
Add a link
Reference in a new issue