Add Dark theme to Documentation
This commit is contained in:
parent
538a1acdb5
commit
f585ffa264
10
mkdocs.yml
10
mkdocs.yml
@ -44,8 +44,18 @@ theme:
|
||||
favicon: 'images/logo.png'
|
||||
custom_dir: 'docs/overrides'
|
||||
palette:
|
||||
- scheme: default
|
||||
primary: 'blue grey'
|
||||
accent: 'tear'
|
||||
toggle:
|
||||
icon: material/toggle-switch-off-outline
|
||||
name: Switch to dark mode
|
||||
- scheme: slate
|
||||
primary: 'blue grey'
|
||||
accent: 'tear'
|
||||
toggle:
|
||||
icon: material/toggle-switch-off-outline
|
||||
name: Switch to dark mode
|
||||
extra_css:
|
||||
- 'stylesheets/ft.extra.css'
|
||||
extra_javascript:
|
||||
|
Loading…
Reference in New Issue
Block a user