[docs] docs dark mode
This commit is contained in:
parent
bb920b8e33
commit
9a0c693848
2 changed files with 52 additions and 0 deletions
13
mkdocs.yml
13
mkdocs.yml
|
|
@ -10,6 +10,19 @@ strict: false
|
|||
theme:
|
||||
name: material
|
||||
font: false
|
||||
palette:
|
||||
- scheme: slate
|
||||
primary: blue grey
|
||||
accent: cyan
|
||||
toggle:
|
||||
icon: material/weather-sunny
|
||||
name: Switch to light mode
|
||||
- scheme: default
|
||||
primary: teal
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
name: Switch to dark mode
|
||||
features:
|
||||
- navigation.indexes
|
||||
- navigation.sections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue