From aa00fc06c64605a5ae21d1eeb4bf7956fbdd168c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 01:40:17 +0000 Subject: [PATCH] Fix custom palette instructions in README to use Joomla installation paths Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3776fbe..4e0feba 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ Moko-Cassiopeia supports custom color schemes for both light and dark modes: - **Custom**: Create your own custom colors by adding `colors_custom.css` files To use custom colors: -1. Create `src/media/css/colors/light/colors_custom.css` for light mode -2. Create `src/media/css/colors/dark/colors_custom.css` for dark mode +1. Create `media/templates/site/moko-cassiopeia/css/colors/light/colors_custom.css` for light mode +2. Create `media/templates/site/moko-cassiopeia/css/colors/dark/colors_custom.css` for dark mode 3. Define your CSS variables in these files (see existing `colors_standard.css` for reference) 4. Select "Custom" in template settings under **Variables & Palettes**