makeover 2.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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "makeover"
version = "2.0.0"
edition = "2024"
description = "Shared theme loading for the make-family apps: TOML theme files parsed into intent-based color tokens, with perceptual derivations and WCAG contrast."
license = "MIT"
repository = "https://git.sr.ht/~maxmj/makeover"

[dependencies]
serde = { version = "1", features = ["derive"] }
toml = "1.1"
include_dir = "0.7"

[dev-dependencies]
tempfile = "3"