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

[surface]
page = "#161616"
raised = "#252525"
sunken = "#1e1e1e"
overlay = "#101010"

[content]
primary = "#f2f4f8"

[action]
primary = "#78a9ff"

[status]
danger = "#ee5396"
success = "#25be6a"
warning = "#08bdba"
info = "#33b1ff"

[line]
border = "#393939"

[category]
one = "#ee5396"
two = "#25be6a"
three = "#78a9ff"
four = "#08bdba"
five = "#be95ff"
six = "#33b1ff"