Files
linux-dotfiles/matugen/templates/hyprland-colors.lua
2026-05-21 00:08:15 +02:00

6 lines
133 B
Lua

return {
image = "{{image}}",
<* for name, value in colors *>
{{name}} = "0xff{{value.default.hex_stripped}}",
<* endfor *>
}