makeover 0.8.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
# Based on Flatwhite by biletskyy — MIT License
# https://github.com/biletskyy/flatwhite-syntax

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

[surface]
page = "#f1ece4"
raised = "#f7f3ee"
sunken = "#dcd3c6"
overlay = "#e4ddd2"

[content]
primary = "#605a52"
secondary = "#786d5e"
muted = "#9a8b78"

[action]
primary = "#4c5361"

[status]
danger = "#ff1414"
success = "#2db448"
warning = "#f2a60d"
info = "#465953"

[line]
border = "#93836c"

[category]
one = "#ff1414"
two = "#2db448"
three = "#4c5361"
four = "#f2a60d"
five = "#614c61"
six = "#465953"