Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
7b442f3
1
Parent(s):
b56d19a
docs: dark mode
Browse files- mkdocs.yml +14 -3
mkdocs.yml
CHANGED
@@ -9,9 +9,20 @@ theme:
|
|
9 |
language: en
|
10 |
name: material
|
11 |
palette:
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
features:
|
16 |
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/
|
17 |
- navigation.instant
|
|
|
9 |
language: en
|
10 |
name: material
|
11 |
palette:
|
12 |
+
# Palette toggle for light mode
|
13 |
+
- scheme: default
|
14 |
+
primary: deep orange
|
15 |
+
accent: indigo
|
16 |
+
toggle:
|
17 |
+
icon: material/brightness-7
|
18 |
+
name: Switch to dark mode
|
19 |
+
# Palette toggle for dark mode
|
20 |
+
- scheme: slate
|
21 |
+
primary: deep orange
|
22 |
+
accent: indigo
|
23 |
+
toggle:
|
24 |
+
icon: material/brightness-4
|
25 |
+
name: Switch to light mode
|
26 |
features:
|
27 |
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/
|
28 |
- navigation.instant
|