init
This commit is contained in:
12
hypr/catppuccin-hyprland/hyprland.tera
Normal file
12
hypr/catppuccin-hyprland/hyprland.tera
Normal file
@@ -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 %}
|
Reference in New Issue
Block a user