We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96afc1c commit 607a0a6Copy full SHA for 607a0a6
1 file changed
mkdocs.yml
@@ -4,6 +4,24 @@ repo_url: https://github.com/HACManchester/documentation/
4
5
theme:
6
name: material
7
+ palette:
8
+ # Palette toggle for light mode
9
+ - media: "(prefers-color-scheme: light)"
10
+ scheme: default
11
+ primary: yellow
12
+ accent: deep orange
13
+ toggle:
14
+ icon: material/brightness-7
15
+ name: Switch to dark mode
16
+
17
+ # Palette toggle for dark mode
18
+ - media: "(prefers-color-scheme: dark)"
19
+ scheme: slate
20
+ primary: deep orange
21
+ accent: yellow
22
23
+ icon: material/brightness-2
24
+ name: Switch to light mode
25
custom_dir: 'theme'
26
features:
27
- tabs
0 commit comments