makeover 2.5.0

Shared theme loading for the make-family apps: TOML theme files parsed into intent-based color tokens, with perceptual derivations and WCAG contrast.
Documentation
# audiofiles — the app's titular default skin. A Mac OS 8 Platinum tribute:
# warm-neutral chrome, black Charcoal text, and the Appearance Manager's
# default navy for actionable surfaces. Categories use the six-stripe Apple
# logo hues.
#
# The ramp sits a step below where it started so `raised` is the Platinum
# button face rather than white. A highlight derived from white is white, so a
# white face bevels on two sides and never resolves as a lit object; #DDDDDD is
# the face the highlight was always meant to sit on.

[meta]
name = "audiofiles"
variant = "light"

[surface]
page    = "#C8C8C8"
raised  = "#DDDDDD"
sunken  = "#A8A8A8"
overlay = "#D4D4D4"

[content]
primary   = "#000000"
secondary = "#333333"
muted     = "#808080"

[action]
primary = "#3B5A9F"

[status]
danger  = "#C22F2F"
success = "#2E7D32"
warning = "#E0A030"
info    = "#4A6B98"

[line]
border = "#808080"

[category]
one   = "#E23838"
two   = "#F78200"
three = "#FFB900"
four  = "#5EBD3E"
five  = "#009CDF"
six   = "#973999"