Skip to main content

max / makeover

710 B · 40 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
21 [action]
22 primary = "#1e66f5"
23
24 [status]
25 danger = "#d20f39"
26 success = "#40a02b"
27 warning = "#df8e1d"
28 info = "#04a5e5"
29
30 [line]
31 border = "#bcc0cc"
32
33 [category]
34 one = "#d20f39"
35 two = "#40a02b"
36 three = "#1e66f5"
37 four = "#df8e1d"
38 five = "#8839ef"
39 six = "#04a5e5"
40