makeover 2.2.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 Atom One Dark, used under the MIT License.
# https://github.com/atom/one-dark-syntax
# Copyright (c) 2016 GitHub Inc.
#
# 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 = "One Dark"
variant = "dark"

[surface]
page = "#282c34"
raised = "#1e2227"
sunken = "#2c313a"
overlay = "#21252b"

[content]
primary = "#abb2bf"
secondary = "#9da5b4"
muted = "#5c6370"

[action]
primary = "#61afef"

[status]
danger = "#e06c75"
success = "#98c379"
warning = "#e5c07b"
info = "#56b6c2"

[line]
border = "#3e4451"

[category]
one = "#e06c75"
two = "#98c379"
three = "#61afef"
four = "#e5c07b"
five = "#c678dd"
six = "#56b6c2"