Skip to main content

max / makeover

540 B · 38 lines History Blame Raw
1 # Based on Ayu by dempfi — MIT License
2 # https://github.com/ayu-theme/ayu-colors
3
4 [meta]
5 name = "Ayu Mirage"
6 variant = "dark"
7
8 [surface]
9 page = "#1f2430"
10 raised = "#242936"
11 sunken = "#272d38"
12 overlay = "#191e29"
13
14 [content]
15 primary = "#cccac2"
16 secondary = "#b8b4aa"
17 muted = "#707a8c"
18
19 [action]
20 primary = "#5ccfe6"
21
22 [status]
23 danger = "#f28779"
24 success = "#bae67e"
25 warning = "#ffd580"
26 info = "#95e6cb"
27
28 [line]
29 border = "#33415e"
30
31 [category]
32 one = "#f28779"
33 two = "#bae67e"
34 three = "#5ccfe6"
35 four = "#ffd580"
36 five = "#d4bfff"
37 six = "#95e6cb"
38