Update all documentation references to new custom palette naming

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-08 00:56:17 +00:00
parent cd5b94da94
commit c4e8306d1b
4 changed files with 7 additions and 7 deletions

View File

@@ -46,8 +46,8 @@ This document provides a complete reference of all CSS variables available in th
To create custom color schemes:
1. **Copy template files** from `./templates/` directory:
- `theme_custom_light.css``media/templates/site/mokocassiopeia/css/theme/light.custom.css`
- `theme_custom_dark.css``media/templates/site/mokocassiopeia/css/theme/dark.custom.css`
- `light.custom.css``media/templates/site/mokocassiopeia/css/theme/light.custom.css`
- `dark.custom.css``media/templates/site/mokocassiopeia/css/theme/dark.custom.css`
2. **Edit the variables** in the copied files to match your brand
@@ -638,7 +638,7 @@ To customize button colors in your custom color palette:
}
```
See `templates/colors_custom_light.css` and `templates/colors_custom_dark.css` for complete examples.
See `templates/light.custom.css` and `templates/dark.custom.css` for complete examples.
---