Migrate colors directory to theme with consistent naming convention

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:21:10 +00:00
parent fb87111cbc
commit af1f18e720
19 changed files with 49 additions and 2027 deletions

View File

@@ -203,13 +203,13 @@ Access template configuration via **System → Site Templates → MokoCassiopeia
- **Left Drawer Icon**: Font Awesome icon class (e.g., `fa-solid fa-chevron-right`)
- **Right Drawer Icon**: Font Awesome icon class (e.g., `fa-solid fa-chevron-left`)
### Custom Color Palettes
### Custom Theme Palettes
MokoCassiopeia supports custom color schemes:
MokoCassiopeia supports custom theme schemes:
1. **Copy template files** from `/templates/` directory:
- `colors_custom_light.css``media/templates/site/mokocassiopeia/css/colors/light/colors_custom.css`
- `colors_custom_dark.css``media/templates/site/mokocassiopeia/css/colors/dark/colors_custom.css`
- `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`
2. **Customize** the CSS variables to match your brand colors
3. **Enable in Joomla**: System → Site Templates → MokoCassiopeia → Theme tab → Set palette to "Custom"
4. **Save** and view your site with custom colors