makeover 3.0.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
# Colors adapted from Flatwhite, used under the MIT License.
# https://github.com/biletskyy/flatwhite-syntax
#
# Licensing note: upstream's MIT license text is an unfilled template whose
# copyright holder reads "<Your name here>", so there is no named holder to
# reproduce. Apparent author: biletskyy (repository owner). See
# THIRD-PARTY-NOTICES.md.
#
# Adaptation only: the palette is re-expressed into makeover's intent schema.

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

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

[content]
primary = "#605a52"

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