Skip to main content

max / makeover

563 B · 38 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 Latte"
6 variant = "light"
7
8 [surface]
9 page = "#e6e9ef"
10 raised = "#eff1f5"
11 sunken = "#ccd0da"
12 overlay = "#dce0e8"
13
14 [content]
15 primary = "#4c4f69"
16 secondary = "#5c5f77"
17 muted = "#6c6f82"
18
19 [action]
20 primary = "#1e66f5"
21
22 [status]
23 danger = "#d20f39"
24 success = "#40a02b"
25 warning = "#df8e1d"
26 info = "#04a5e5"
27
28 [line]
29 border = "#bcc0cc"
30
31 [category]
32 one = "#d20f39"
33 two = "#40a02b"
34 three = "#1e66f5"
35 four = "#df8e1d"
36 five = "#8839ef"
37 six = "#04a5e5"
38