diff --git a/docs/getting-started.md b/docs/getting-started.md index 38423752a5e..2e70d79940c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -323,9 +323,19 @@ theme: ### Color scheme -> Default: `light` +> Default: `default` -Click on a color name to change the primary color of the theme: +Material for MkDocs supports two color schemes: a light mode, which is just +called `default`, and a dark mode, which is called `slate`. The color scheme +can be set from `mkdocs.yml`: + +``` yaml +theme: + palette: + scheme: slate +``` + +Click on a color name to change the color scheme of the theme: - +