From b8f431f75b9d329cbf117ca8a5f3b62308fc7a25 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 16 Jan 2022 19:45:40 +0100 Subject: [PATCH] Documentation --- docs/setup/changing-the-colors.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/setup/changing-the-colors.md b/docs/setup/changing-the-colors.md index dea329e28..7b81f42a8 100644 --- a/docs/setup/changing-the-colors.md +++ b/docs/setup/changing-the-colors.md @@ -200,7 +200,7 @@ theme: -2. With __2__ (color schemes) __x 21__ (primary colors) __x 17__ (accent color) +3. With __2__ (color schemes) __x 21__ (primary colors) __x 17__ (accent color) = __714__ combinations, it's impossible to ensure that all configurations provide a good user experience (e.g. _yellow on light background_). Make sure that the color combination of your choosing provides enough contrast @@ -211,9 +211,8 @@ The following properties must be set for each toggle: `icon`{ #toggle-icon } : :octicons-milestone-24: Default: _none_ ยท :octicons-alert-24: Required โ€“ - This property must point to a valid icon path referencing [any icon bundled - with the theme][custom icons], or the build will not succeed. Some popular - combinations: + This property must point to a valid icon path referencing any icon bundled + with the theme, or the build will not succeed. Some popular combinations: * :material-toggle-switch-off-outline: + :material-toggle-switch: โ€“ `material/toggle-switch-off-outline` + `material/toggle-switch` * :material-weather-sunny: + :material-weather-night: โ€“ `material/weather-sunny` + `material/weather-night` @@ -231,7 +230,7 @@ The following properties must be set for each toggle: [palette.scheme]: #color-scheme [palette.primary]: #primary-color [palette.accent]: #accent-color - [custom icons]: https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons + [icon search]: ../reference/icons-emojis.md#search ### System preference