Skip to main content

max / makeover

709 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 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
21 [action]
22 primary = "#89b4fa"
23
24 [status]
25 danger = "#f38ba8"
26 success = "#a6e3a1"
27 warning = "#f9e2af"
28 info = "#89dceb"
29
30 [line]
31 border = "#45475a"
32
33 [category]
34 one = "#f38ba8"
35 two = "#a6e3a1"
36 three = "#89b4fa"
37 four = "#f9e2af"
38 five = "#cba6f7"
39 six = "#89dceb"
40