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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user