track missing parameter file in package data

This commit is contained in:
2026-01-28 01:29:53 -08:00
parent b5b9b12174
commit 534f2423e9
5 changed files with 74 additions and 3 deletions

View File

@@ -143,6 +143,13 @@ using the `monobiome` CLI:
(`grassland`). Every part of this process can be customized: the scheme
parameters, the scheme definitions/file, the app template.
The separation of duties here facilitates robustness: the palette colors can be
tweaked (across versions, say) without changing how those colors get used in
app themes. Scheme files don't hardcode color values, and app templates don't
refer to palette variables at all. Scheme files bridge palette colors with
*intended uses*, and templates need only align those uses under an app's
expected config syntax.
Running these commands in sequence from the repo root should work
out-of-the-box after having installed the CLI tool.