Skip to main content

max / makeover

713 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 Macchiato"
10 variant = "dark"
11
12 [surface]
13 page = "#24273a"
14 raised = "#181926"
15 sunken = "#363a4f"
16 overlay = "#1e2030"
17
18 [content]
19 primary = "#cad3f5"
20
21 [action]
22 primary = "#8aadf4"
23
24 [status]
25 danger = "#ed8796"
26 success = "#a6da95"
27 warning = "#eed49f"
28 info = "#8bd5ca"
29
30 [line]
31 border = "#5b6078"
32
33 [category]
34 one = "#ed8796"
35 two = "#a6da95"
36 three = "#8aadf4"
37 four = "#eed49f"
38 five = "#c6a0f6"
39 six = "#8bd5ca"
40