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 Dracula, used under the MIT License.
# https://github.com/dracula/dracula-theme
# Copyright (c) 2023 Dracula Theme
#
# 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 = "Dracula"
variant = "dark"

[surface]
page = "#222430"
raised = "#282A36"
sunken = "#44475a"
overlay = "#191A21"

[content]
primary = "#f8f8f2"

[action]
primary = "#8be9fd"

[status]
danger = "#ff5555"
success = "#50fa7b"
warning = "#f1fa8c"
info = "#8be9fd"

[line]
border = "#44475a"

[category]
one = "#ff5555"
two = "#50fa7b"
three = "#8be9fd"
four = "#f1fa8c"
five = "#BD93F9"
six = "#8be9fd"