Skip to main content

max / makeover

835 B · 43 lines History Blame Raw
1 # Based on Akari by Shu Kutsuzawa (cappyzawa) — MIT License
2 # https://github.com/cappyzawa/akari-theme
3 #
4 # Akari Night — dark counterpart to Akari Dawn. Same design principles:
5 # lantern-orange is the only primary light source, blue is night sky
6 # (not accent light), green is life, purple stays quiet. Alloy adopts
7 # this as its default dark theme.
8
9 [meta]
10 name = "Akari Night"
11 variant = "dark"
12
13 [surface]
14 page = "#25231f"
15 raised = "#2e2c27"
16 sunken = "#1c1a17"
17 overlay = "#35322c"
18
19 [content]
20 primary = "#e6ded3"
21 secondary = "#c0b8ad"
22 muted = "#8e847a"
23
24 [action]
25 primary = "#e26a3b"
26
27 [status]
28 danger = "#d25046"
29 success = "#7faf6a"
30 warning = "#d4a05a"
31 info = "#7a8fa2"
32
33 [line]
34 border = "#3d3a35"
35
36 [category]
37 one = "#e26a3b"
38 two = "#7faf6a"
39 three = "#7a8fa2"
40 four = "#d4a05a"
41 five = "#8e7ba0"
42 six = "#6f8f8a"
43