makeover 2.2.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, white content wells, black Charcoal text, and the
# Appearance Manager's default navy for actionable surfaces. Categories use
# the six-stripe Apple logo hues.

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

[surface]
page    = "#DDDDDD"
raised  = "#FFFFFF"
sunken  = "#B0B0B0"
overlay = "#EEEEEE"

[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"