Skip to main content

max / makeover

721 B · 40 lines History Blame Raw
1 # Colors adapted from Akari, used under the MIT License.
2 # https://github.com/cappyzawa/akari-theme
3 # Copyright (c) 2025 Shu Kutsuzawa
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 = "Akari Dawn"
10 variant = "light"
11
12 [surface]
13 page = "#e4ded6"
14 raised = "#ede7de"
15 sunken = "#cfc4b6"
16 overlay = "#f0ece4"
17
18 [content]
19 primary = "#1a1816"
20
21 [action]
22 primary = "#8a4530"
23
24 [status]
25 danger = "#6a2828"
26 success = "#3a5830"
27 warning = "#b07840"
28 info = "#304050"
29
30 [line]
31 border = "#cabeae"
32
33 [category]
34 one = "#8a4530"
35 two = "#3a5830"
36 three = "#304050"
37 four = "#b07840"
38 five = "#806080"
39 six = "#305858"
40