mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-09 18:03:58 +00:00
add dark/light modes
This commit is contained in:
parent
f7a2359066
commit
bfc19b6d39
13
mkdocs.yml
13
mkdocs.yml
@ -38,6 +38,19 @@ use_directory_urls: false
|
|||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
palette:
|
||||||
|
- scheme: default
|
||||||
|
primary: teal
|
||||||
|
accent: cyan
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-7
|
||||||
|
name: Switch to dark mode
|
||||||
|
- scheme: slate
|
||||||
|
primary: blue grey
|
||||||
|
accent: light blue
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-4
|
||||||
|
name: Switch to light mode
|
||||||
hljs_languages:
|
hljs_languages:
|
||||||
- yaml
|
- yaml
|
||||||
- kotlin
|
- kotlin
|
||||||
|
Loading…
Reference in New Issue
Block a user