makeover 2.11.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"
variant = "dark"

[surface]
page = "#191724"
raised = "#1f1d2e"
sunken = "#26233a"
overlay = "#1f1d2e"

[content]
primary = "#e0def4"

[action]
primary = "#9ccfd8"

[status]
danger = "#eb6f92"
success = "#31748f"
warning = "#f6c177"
info = "#ebbcba"

[line]
border = "#403d52"

[category]
one = "#eb6f92"
two = "#31748f"
three = "#9ccfd8"
four = "#f6c177"
five = "#c4a7e7"
six = "#ebbcba"