Skip to main content

max / makeover

690 B · 40 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
21 [action]
22 primary = "#5ccfe6"
23
24 [status]
25 danger = "#f28779"
26 success = "#bae67e"
27 warning = "#ffd580"
28 info = "#95e6cb"
29
30 [line]
31 border = "#33415e"
32
33 [category]
34 one = "#f28779"
35 two = "#bae67e"
36 three = "#5ccfe6"
37 four = "#ffd580"
38 five = "#d4bfff"
39 six = "#95e6cb"
40