diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 18:05:26 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 18:05:26 +0530 |
| commit | 3e2e4914cf4aaef94a59540e94d0412a7db280ae (patch) | |
| tree | b2e293fdb6216e28e9a6bffd01b340e6a0298b00 /hypr/catppuccin/hyprland.tera | |
| parent | 2cc42213f120ffe6a2f06f610bccc31f0c68c2e7 (diff) | |
removed catppuccin submodule
Diffstat (limited to 'hypr/catppuccin/hyprland.tera')
| -rw-r--r-- | hypr/catppuccin/hyprland.tera | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hypr/catppuccin/hyprland.tera b/hypr/catppuccin/hyprland.tera new file mode 100644 index 0000000..cefe390 --- /dev/null +++ b/hypr/catppuccin/hyprland.tera @@ -0,0 +1,12 @@ +--- +whiskers: + version: 2.4.0 + matrix: + - flavor + filename: "themes/{{flavor.identifier}}.conf" +--- + +{% for name, color in flavor.colors %} +${{ name }} = rgb({{ color.hex }}) +${{ name }}Alpha = {{ color.hex }} +{% endfor %}
\ No newline at end of file |
