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 Nightfox, used under the MIT License.
# https://github.com/EdenEast/nightfox.nvim
# Copyright (c) 2021 James Simpson
#
# Adaptation only: the palette is re-expressed into makeover's intent
# schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.

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

[surface]
page = "#faf4ed"
raised = "#f5efe8"
sunken = "#ebe0df"
overlay = "#ebe5df"

[content]
primary = "#575279"

[action]
primary = "#286983"

[status]
danger = "#b4637a"
success = "#618774"
warning = "#ea9d34"
info = "#56949f"

[line]
border = "#bdbfc9"

[category]
one = "#b4637a"
two = "#618774"
three = "#286983"
four = "#ea9d34"
five = "#907aa9"
six = "#56949f"