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 Night"
10 variant = "dark"
11
12 [surface]
13 page = "#25231f"
14 raised = "#2e2c27"
15 sunken = "#1c1a17"
16 overlay = "#35322c"
17
18 [content]
19 primary = "#e6ded3"
20
21 [action]
22 primary = "#e26a3b"
23
24 [status]
25 danger = "#d25046"
26 success = "#7faf6a"
27 warning = "#d4a05a"
28 info = "#7a8fa2"
29
30 [line]
31 border = "#3d3a35"
32
33 [category]
34 one = "#e26a3b"
35 two = "#7faf6a"
36 three = "#7a8fa2"
37 four = "#d4a05a"
38 five = "#8e7ba0"
39 six = "#6f8f8a"
40