diff --git a/CHANGELOG b/CHANGELOG
index f2bfbb64f..6664477df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-7.0.1+insiders-2.0.0 (2021-02-24)
+
+ * Migrated Insiders to the new architecture
+ * Swapped color palette toggle configuration
+
mkdocs-material-7.0.1 (2021-02-24)
* Fixed #2334: Google Analytics triggers page view twice (7.0.0 regression)
diff --git a/docs/changelog/insiders.md b/docs/changelog/insiders.md
index 4add91c3c..01ebf8d21 100644
--- a/docs/changelog/insiders.md
+++ b/docs/changelog/insiders.md
@@ -6,6 +6,11 @@ template: overrides/main.html
## Material for MkDocs Insiders
+### 2.0.0 _ February 24, 2021
+
+- Migrated Insiders to the new architecture
+- Swapped color palette toggle configuration
+
### 1.17.0 _ January 31, 2021
- Added support for section index pages
diff --git a/docs/setup/changing-the-colors.md b/docs/setup/changing-the-colors.md
index 615c1b910..890ed9fdf 100644
--- a/docs/setup/changing-the-colors.md
+++ b/docs/setup/changing-the-colors.md
@@ -195,21 +195,21 @@ palette toggle can be added via `mkdocs.yml`:
theme:
palette:
- # Toggle light mode
+ # Light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
- icon: material/toggle-switch
- name: Switch to light mode
+ icon: material/toggle-switch-off-outline
+ name: Switch to dark mode
- # Toggle dark mode
+ # Dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
- icon: material/toggle-switch-off-outline
- name: Switch to dark mode
+ icon: material/toggle-switch
+ name: Switch to light mode
```
This will render a color palette toggle in the header next to the search bar: