Recreate custom palette starters from standard themes
Some checks failed
Repo Health / Access control (push) Successful in 1s
Repo Health / Release configuration (push) Failing after 3s
Repo Health / Scripts governance (push) Successful in 3s
Repo Health / Repository health (push) Failing after 3s

src/templates/*.custom.css are starter templates users copy to create
custom palettes. Removed from gitignore (they ARE shipped files).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-19 13:12:46 -05:00
parent 6491c97a50
commit 203eb96b6c
3 changed files with 2430 additions and 1 deletions

2
.gitignore vendored
View File

@@ -199,9 +199,9 @@ venv/
hypothesis/
# Custom theme palettes (site-specific, not version controlled)
# Note: src/templates/*.custom.css are STARTER templates (tracked)
src/media/css/theme/*.custom.css
src/media/css/theme/*.custom.min.css
src/templates/*.custom.css
templates/*.custom.css
update.xml
.moko-standards

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff