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 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 secondary = "#c0b8ad"
21 muted = "#8e847a"
22
23 [action]
24 primary = "#e26a3b"
25
26 [status]
27 danger = "#d25046"
28 success = "#7faf6a"
29 warning = "#d4a05a"
30 info = "#7a8fa2"
31
32 [line]
33 border = "#3d3a35"
34
35 [category]
36 one = "#e26a3b"
37 two = "#7faf6a"
38 three = "#7a8fa2"
39 four = "#d4a05a"
40 five = "#8e7ba0"
41 six = "#6f8f8a"
42