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 = "Nightfox"
variant = "dark"

[surface]
page = "#192330"
raised = "#29394f"
sunken = "#212e3f"
overlay = "#131a24"

[content]
primary = "#cdcecf"

[action]
primary = "#719cd6"

[status]
danger = "#c94f6d"
success = "#81b29a"
warning = "#dbc074"
info = "#63cdcf"

[line]
border = "#39506d"

[category]
one = "#c94f6d"
two = "#81b29a"
three = "#719cd6"
four = "#dbc074"
five = "#9d79d6"
six = "#63cdcf"