mirror of
https://github.com/zhenyan121/dotfiles.git
synced 2026-04-09 22:14:09 +08:00
6 lines
92 B
CSS
Executable File
6 lines
92 B
CSS
Executable File
:root {
|
|
<* for name, value in colors *>
|
|
--{{name}}: {{value.default.hex}};
|
|
<* endfor *>
|
|
}
|