-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess-compose.tera
More file actions
43 lines (43 loc) · 1.23 KB
/
process-compose.tera
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
---
whiskers:
version: "2.0.0"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.yaml"
---
{%- set C = flavor.colors -%}
{%- set accent = flavor.colors.mauve -%}
style:
name: 'Catppuccin {{flavor.name}}'
body:
fgColor: '#{{C.text.hex}}'
bgColor: '#{{C.base.hex}}'
secondaryTextColor: '#{{accent.hex}}'
tertiaryTextColor: '#{{accent.hex}}'
borderColor: '#{{C.overlay2.hex}}'
stat_table:
keyFgColor: '#{{accent.hex}}'
valueFgColor: '#{{C.text.hex}}'
logoColor: '#{{accent.hex}}'
proc_table:
fgColor: '#{{C.text.hex}}'
fgWarning: '#{{C.peach.hex}}'
fgPending: '#{{C.overlay2.hex}}'
fgCompleted: '#{{C.green.hex}}'
fgError: '#{{C.red.hex}}'
headerFgColor: '#{{accent.hex}}'
help:
fgColor: '#{{C.text.hex}}'
keyColor: '#{{accent.hex}}'
hlColor: '#{{C.surface1.hex}}'
categoryFgColor: '#{{C.pink.hex}}'
dialog:
fgColor: '#{{C.pink.hex}}'
bgColor: '#{{accent.hex}}'
buttonFgColor: '#{{C.crust.hex}}'
buttonBgColor: '#{{accent.hex}}'
buttonFocusFgColor: '#{{C.crust.hex}}'
buttonFocusBgColor: '#{{accent.hex}}'
labelFgColor: '#{{C.rosewater.hex}}'
fieldFgColor: '#{{C.text.hex}}'
fieldBgColor: '#{{C.surface2.hex}}'