Skip to main content

max / makeover

753 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 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 secondary = "#b8c0e0"
21 muted = "#a5adcb"
22
23 [action]
24 primary = "#8aadf4"
25
26 [status]
27 danger = "#ed8796"
28 success = "#a6da95"
29 warning = "#eed49f"
30 info = "#8bd5ca"
31
32 [line]
33 border = "#5b6078"
34
35 [category]
36 one = "#ed8796"
37 two = "#a6da95"
38 three = "#8aadf4"
39 four = "#eed49f"
40 five = "#c6a0f6"
41 six = "#8bd5ca"
42