From 3e2e4914cf4aaef94a59540e94d0412a7db280ae Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 18:05:26 +0530 Subject: removed catppuccin submodule --- hypr/catppuccin/hyprland.tera | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hypr/catppuccin/hyprland.tera (limited to 'hypr/catppuccin/hyprland.tera') 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 -- cgit v1.2.3