Files
dotfiles-ndesk/waybar/catppuccin-waybar/waybar.tera
2025-08-07 05:56:44 +02:00

11 lines
214 B
Plaintext

---
whiskers:
version: "2.0.0"
matrix:
- flavor
filename: "themes/{{flavor.identifier}}.css"
---
{%- for name, color in flavor.colors -%}
@define-color {{ name }} #{{ color.hex }};
{% endfor %}