-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzellij.tera
More file actions
25 lines (25 loc) · 698 Bytes
/
zellij.tera
File metadata and controls
25 lines (25 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
whiskers:
version: 2.4.0
filename: "catppuccin.kdl"
---
themes {
{%- for identifier, flavor in flavors %}
{%- set palette = flavor.colors %}
catppuccin-{{ identifier }} {
bg "#{{ palette.surface2.hex }}" // Surface2
fg "#{{ palette.text.hex }}" // Text
red "#{{ palette.red.hex }}"
green "#{{ palette.green.hex }}"
blue "#{{ palette.blue.hex }}"
yellow "#{{ palette.yellow.hex }}"
magenta "#{{ palette.pink.hex }}" // Pink
orange "#{{ palette.peach.hex }}" // Peach
cyan "#{{ palette.sky.hex }}" // Sky
black "#{{ palette.mantle.hex }}" // Mantle
white "#{{ palette.text.hex }}" // Text
}
{%- if not loop.last %}
{% endif -%}
{%- endfor %}
}