Skip to main content

max / makeover

730 B · 42 lines History Blame Raw
1 # Colors adapted from Ayu, used under the MIT License.
2 # https://github.com/dempfi/ayu
3 # Copyright (c) 2016 Ike Kurghinyani
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 = "Ayu Mirage"
10 variant = "dark"
11
12 [surface]
13 page = "#1f2430"
14 raised = "#242936"
15 sunken = "#272d38"
16 overlay = "#191e29"
17
18 [content]
19 primary = "#cccac2"
20 secondary = "#b8b4aa"
21 muted = "#707a8c"
22
23 [action]
24 primary = "#5ccfe6"
25
26 [status]
27 danger = "#f28779"
28 success = "#bae67e"
29 warning = "#ffd580"
30 info = "#95e6cb"
31
32 [line]
33 border = "#33415e"
34
35 [category]
36 one = "#f28779"
37 two = "#bae67e"
38 three = "#5ccfe6"
39 four = "#ffd580"
40 five = "#d4bfff"
41 six = "#95e6cb"
42