Skip to main content

max / makeover

711 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 Frappé"
10 variant = "dark"
11
12 [surface]
13 page = "#303446"
14 raised = "#232634"
15 sunken = "#414559"
16 overlay = "#292c3c"
17
18 [content]
19 primary = "#c6d0f5"
20
21 [action]
22 primary = "#8caaee"
23
24 [status]
25 danger = "#e78284"
26 success = "#a6d189"
27 warning = "#e5c890"
28 info = "#81c8be"
29
30 [line]
31 border = "#626880"
32
33 [category]
34 one = "#e78284"
35 two = "#a6d189"
36 three = "#8caaee"
37 four = "#e5c890"
38 five = "#ca9ee6"
39 six = "#81c8be"
40