aboutsummaryrefslogtreecommitdiff
path: root/hypr/catppuccin/hyprland.tera
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/catppuccin/hyprland.tera')
-rw-r--r--hypr/catppuccin/hyprland.tera12
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