Rename custom palette files and hard-code theme style registration

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:54:42 +00:00
parent eb5f718039
commit cd5b94da94
4 changed files with 13 additions and 22 deletions

View File

@@ -17,18 +17,18 @@ Template files are provided for both light and dark themes with complete Bootstr
| File | Theme | Description |
|------|-------|-------------|
| `theme_custom_light.css` | Light | Custom light theme with all Bootstrap button variants |
| `theme_custom_dark.css` | Dark | Custom dark theme with all Bootstrap button variants |
| `light.custom.css` | Light | Custom light theme with all Bootstrap button variants |
| `dark.custom.css` | Dark | Custom dark theme with all Bootstrap button variants |
### Using Custom Theme Templates
1. **Copy** the template file to your template's CSS theme directory:
```bash
# For light theme
cp templates/theme_custom_light.css src/media/css/theme/light.custom.css
cp templates/light.custom.css src/media/css/theme/light.custom.css
# For dark theme
cp templates/theme_custom_dark.css src/media/css/theme/dark.custom.css
cp templates/dark.custom.css src/media/css/theme/dark.custom.css
```
2. **Customize** the CSS variables in your copied file:

View File

@@ -10,7 +10,7 @@
# FILE INFORMATION
DEFGROUP: Joomla.Template.Site
INGROUP: MokoCassiopeia.Templates
PATH: ./templates/theme_custom_dark.css
PATH: ./templates/dark.custom.css
VERSION: 03.08.04
BRIEF: Custom dark theme color template with Bootstrap button definitions
*/

View File

@@ -10,7 +10,7 @@
# FILE INFORMATION
DEFGROUP: Joomla.Template.Site
INGROUP: MokoCassiopeia.Templates
PATH: ./templates/theme_custom_light.css
PATH: ./templates/light.custom.css
VERSION: 03.08.04
BRIEF: Custom light theme color template with Bootstrap button definitions
*/