Skip to main content

max / makeover

564 B · 38 lines History Blame Raw
1 # Based on Catppuccin by Catppuccin Org — MIT License
2 # https://github.com/catppuccin/catppuccin
3
4 [meta]
5 name = "Catppuccin Frappé"
6 variant = "dark"
7
8 [surface]
9 page = "#303446"
10 raised = "#232634"
11 sunken = "#414559"
12 overlay = "#292c3c"
13
14 [content]
15 primary = "#c6d0f5"
16 secondary = "#b5bfe2"
17 muted = "#a5adce"
18
19 [action]
20 primary = "#8caaee"
21
22 [status]
23 danger = "#e78284"
24 success = "#a6d189"
25 warning = "#e5c890"
26 info = "#81c8be"
27
28 [line]
29 border = "#626880"
30
31 [category]
32 one = "#e78284"
33 two = "#a6d189"
34 three = "#8caaee"
35 four = "#e5c890"
36 five = "#ca9ee6"
37 six = "#81c8be"
38