| 1 |
# Based on Akari by Shu Kutsuzawa (cappyzawa) — MIT License |
| 2 |
# https://github.com/cappyzawa/akari-theme |
| 3 |
# |
| 4 |
# Akari Dawn — inspired by Japanese alleys lit by round lanterns. |
| 5 |
# Design principles from the source: light is singular (lantern-orange |
| 6 |
# is the only primary accent), blue is air not light (night sky), |
| 7 |
# purple stays muted, green is life, black is warm grey. Alloy adopts |
| 8 |
# this as its default light theme. |
| 9 |
# |
| 10 |
# Note on surface tiers: theme-common's convention is that `raised` |
| 11 |
# reads as elevated (lighter in light mode) and `sunken` as recessed |
| 12 |
# (darker). Akari's own Helix theme uses different semantics (a darker |
| 13 |
# "surface" for statusline / cursorline). The tiers below reinterpret |
| 14 |
# Akari's palette to theme-common's L-ordering while staying inside |
| 15 |
# the source's tonal range — page and sunken take Akari's own values; |
| 16 |
# raised and overlay are computed warmer/lighter tones that read as |
| 17 |
# "paper caught in more lamp light." |
| 18 |
|
| 19 |
[meta] |
| 20 |
name = "Akari Dawn" |
| 21 |
variant = "light" |
| 22 |
|
| 23 |
[surface] |
| 24 |
page = "#e4ded6" |
| 25 |
raised = "#ede7de" |
| 26 |
sunken = "#cfc4b6" |
| 27 |
overlay = "#f0ece4" |
| 28 |
|
| 29 |
[content] |
| 30 |
primary = "#1a1816" |
| 31 |
secondary = "#222d38" |
| 32 |
muted = "#514b45" |
| 33 |
|
| 34 |
[action] |
| 35 |
primary = "#8a4530" |
| 36 |
|
| 37 |
[status] |
| 38 |
danger = "#6a2828" |
| 39 |
success = "#3a5830" |
| 40 |
warning = "#b07840" |
| 41 |
info = "#304050" |
| 42 |
|
| 43 |
[line] |
| 44 |
border = "#cabeae" |
| 45 |
|
| 46 |
[category] |
| 47 |
one = "#8a4530" |
| 48 |
two = "#3a5830" |
| 49 |
three = "#304050" |
| 50 |
four = "#b07840" |
| 51 |
five = "#806080" |
| 52 |
six = "#305858" |
| 53 |
|