-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhalloy.tera
49 lines (44 loc) · 1.26 KB
/
halloy.tera
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
whiskers:
version: "^2.4.0"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.toml"
---
[general]
background = "#{{ crust.hex }}"
border = "#{{ overlay0.hex }}"
horizontal_rule = "#{{ surface0.hex }}"
unread_indicator = "#{{ mauve.hex }}"
[text]
primary = "#{{ text.hex }}"
secondary = "#{{ subtext0.hex }}"
tertiary = "#{{ mauve.hex }}"
success = "#{{ green.hex }}"
error = "#{{ red.hex }}"
[buttons.primary]
background = "#{{ crust.hex }}"
background_hover = "#{{ mantle.hex}}"
background_selected = "#{{ base.hex }}"
background_selected_hover = "#{{ mantle.hex }}"
[buttons.secondary]
background = "#{{ mantle.hex }}"
background_hover = "#{{ surface1.hex }}"
background_selected = "#{{ surface0.hex }}"
background_selected_hover = "#{{ surface1.hex }}"
[buffer]
action = "#{{ peach.hex }}"
background = "#{{ base.hex }}"
background_text_input = "#{{ mantle.hex }}"
background_title_bar = "#{{ mantle.hex }}"
border = "#{{ crust.hex }}"
border_selected = "#{{ lavender.hex }}"
code = "#{{ lavender.hex }}"
highlight = "#{{ surface1.hex }}"
nickname = "#{{ sky.hex }}"
selection = "#{{ surface0.hex }}"
timestamp = "#{{ subtext1.hex }}"
topic = "#{{ overlay1.hex }}"
url = "#{{ blue.hex }}"
[buffer.server_messages]
default = "#{{ yellow.hex }}"