Skip to main content

max / makeover

750 B · 42 lines History Blame Raw
1 # Colors adapted from Catppuccin, used under the MIT License.
2 # https://github.com/catppuccin/catppuccin
3 # Copyright (c) 2021 Catppuccin
4 #
5 # Adaptation only: the palette is re-expressed into makeover's intent
6 # schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
7
8 [meta]
9 name = "Catppuccin Latte"
10 variant = "light"
11
12 [surface]
13 page = "#e6e9ef"
14 raised = "#eff1f5"
15 sunken = "#ccd0da"
16 overlay = "#dce0e8"
17
18 [content]
19 primary = "#4c4f69"
20 secondary = "#5c5f77"
21 muted = "#6c6f82"
22
23 [action]
24 primary = "#1e66f5"
25
26 [status]
27 danger = "#d20f39"
28 success = "#40a02b"
29 warning = "#df8e1d"
30 info = "#04a5e5"
31
32 [line]
33 border = "#bcc0cc"
34
35 [category]
36 one = "#d20f39"
37 two = "#40a02b"
38 three = "#1e66f5"
39 four = "#df8e1d"
40 five = "#8839ef"
41 six = "#04a5e5"
42