-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
micro.tera
51 lines (41 loc) · 1.63 KB
/
micro.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
50
51
---
whiskers:
version: 2.4.0
matrix:
- flavor
- variant: ["regular", "transparent"]
filename: src/catppuccin-{{ flavor.identifier }}{% if variant == "transparent" %}-transparent{% endif %}.micro
hex_format: "#{{r}}{{g}}{{b}}"
---
color-link default "{{ text.hex }},{{ base.hex }}{% if variant == "transparent" %}00{% endif %}"
color-link comment "{{ overlay2.hex }}"
color-link identifier "{{ blue.hex }}"
color-link identifier.class "{{ blue.hex }}"
color-link identifier.var "{{ blue.hex }}"
color-link constant "{{ peach.hex }}"
color-link constant.number "{{ peach.hex }}"
color-link constant.string "{{ green.hex }}"
color-link symbol "{{ pink.hex }}"
color-link symbol.brackets "{{ flamingo.hex }}"
color-link symbol.tag "{{ blue.hex }}"
color-link type "{{ blue.hex }}"
color-link type.keyword "{{ yellow.hex }}"
color-link special "{{ pink.hex }}"
color-link statement "{{ mauve.hex }}"
color-link preproc "{{ pink.hex }}"
color-link underlined "{{ sky.hex }}"
color-link error "bold {{ red.hex }}"
color-link todo "bold {{ yellow.hex }}"
color-link diff-added "{{ green.hex }}"
color-link diff-modified "{{ yellow.hex }}"
color-link diff-deleted "{{ red.hex }}"
color-link gutter-error "{{ red.hex }}"
color-link gutter-warning "{{ yellow.hex }}"
color-link statusline "{{ text.hex }},{{ mantle.hex }}"
color-link tabbar "{{ text.hex }},{{ mantle.hex }}"
color-link indent-char "{{ surface1.hex }}"
color-link line-number "{{ surface1.hex }}"
color-link current-line-number "{{ lavender.hex }}"
color-link cursor-line "{{ surface0.hex }},{{ text.hex }}"
color-link color-column "{{ surface0.hex }}"
color-link type.extended "default"