colors generations based on wallpaper
This commit is contained in:
9
.config/matugen/templates/colors.rasinc
Normal file
9
.config/matugen/templates/colors.rasinc
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Css Colors
|
||||
* Generated with Matugen
|
||||
*/
|
||||
* {
|
||||
<* for name, value in colors *>
|
||||
{{name}}: {{value.default.hex}};
|
||||
<* endfor *>
|
||||
}
|
||||
Reference in New Issue
Block a user