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 Tokyo Night, used under the MIT License.
# https://github.com/tokyo-night/tokyo-night-vscode-theme
# Copyright (c) 2018-present Enkia
#
# 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 = "Tokyo Night"
variant = "dark"

[surface]
page = "#1a1b26"
raised = "#292e42"
sunken = "#283457"
overlay = "#16161e"

[content]
primary = "#c0caf5"

[action]
primary = "#7aa2f7"

[status]
danger = "#f7768e"
success = "#9ece6a"
warning = "#e0af68"
info = "#7dcfff"

[line]
border = "#3b4261"

[category]
one = "#f7768e"
two = "#9ece6a"
three = "#7aa2f7"
four = "#e0af68"
five = "#9d7cd8"
six = "#7dcfff"