Skip to main content

max / makeover

765 B · 42 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 secondary = "#222d38"
21 muted = "#514b45"
22
23 [action]
24 primary = "#8a4530"
25
26 [status]
27 danger = "#6a2828"
28 success = "#3a5830"
29 warning = "#b07840"
30 info = "#304050"
31
32 [line]
33 border = "#cabeae"
34
35 [category]
36 one = "#8a4530"
37 two = "#3a5830"
38 three = "#304050"
39 four = "#b07840"
40 five = "#806080"
41 six = "#305858"
42