Skip to main content

max / makeover

751 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 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 secondary = "#b5bfe2"
21 muted = "#a5adce"
22
23 [action]
24 primary = "#8caaee"
25
26 [status]
27 danger = "#e78284"
28 success = "#a6d189"
29 warning = "#e5c890"
30 info = "#81c8be"
31
32 [line]
33 border = "#626880"
34
35 [category]
36 one = "#e78284"
37 two = "#a6d189"
38 three = "#8caaee"
39 four = "#e5c890"
40 five = "#ca9ee6"
41 six = "#81c8be"
42