Skip to main content

max / makenotwork

490 B · 29 lines History Blame Raw
1 # Based on Catppuccin by Catppuccin Org — MIT License
2 # https://github.com/catppuccin/catppuccin
3
4 [meta]
5 name = "Catppuccin Macchiato"
6 variant = "dark"
7
8 [background]
9 primary = "#24273a"
10 secondary = "#1e2030"
11 tertiary = "#363a4f"
12 surface = "#181926"
13
14 [foreground]
15 primary = "#cad3f5"
16 secondary = "#b8c0e0"
17 muted = "#a5adcb"
18
19 [accent]
20 red = "#ed8796"
21 green = "#a6da95"
22 blue = "#8aadf4"
23 yellow = "#eed49f"
24 purple = "#c6a0f6"
25 cyan = "#8bd5ca"
26
27 [border]
28 default = "#5b6078"
29