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 Rose Pine, used under the MIT License.
# https://github.com/rose-pine/neovim
# Copyright (c) 2023 Rose Pine
#
# 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 = "Rose Pine Dawn"
variant = "light"

[surface]
page = "#faf4ed"
raised = "#fffaf3"
sunken = "#dfdad9"
overlay = "#f2e9e1"

[content]
primary = "#575279"

[action]
primary = "#56949f"

[status]
danger = "#b4637a"
success = "#286983"
warning = "#ea9d34"
info = "#d7827e"

[line]
border = "#dfdad9"

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