Skip to main content

max / makeover

749 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 Mocha"
10 variant = "dark"
11
12 [surface]
13 page = "#181825"
14 raised = "#1e1e2e"
15 sunken = "#313244"
16 overlay = "#11111b"
17
18 [content]
19 primary = "#cdd6f4"
20 secondary = "#bac2de"
21 muted = "#9399b2"
22
23 [action]
24 primary = "#89b4fa"
25
26 [status]
27 danger = "#f38ba8"
28 success = "#a6e3a1"
29 warning = "#f9e2af"
30 info = "#89dceb"
31
32 [line]
33 border = "#45475a"
34
35 [category]
36 one = "#f38ba8"
37 two = "#a6e3a1"
38 three = "#89b4fa"
39 four = "#f9e2af"
40 five = "#cba6f7"
41 six = "#89dceb"
42