misc(docs): changed colors
This commit is contained in:
parent
c179dd0649
commit
77a4001fed
2 changed files with 11 additions and 4 deletions
10
mkdocs.yml
10
mkdocs.yml
|
@ -63,23 +63,25 @@ markdown_extensions:
|
|||
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: ./.docs/.overrides
|
||||
palette:
|
||||
- media: '(prefers-color-scheme: light)'
|
||||
scheme: default
|
||||
primary: orange
|
||||
accent: amber
|
||||
primary: cyan
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/toggle-switch
|
||||
name: Switch to dark mode
|
||||
|
||||
- media: '(prefers-color-scheme: dark)'
|
||||
scheme: slate
|
||||
primary: orange
|
||||
accent: amber
|
||||
primary: cyan
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/toggle-switch-off-outline
|
||||
name: Switch to light mode
|
||||
features:
|
||||
- announce.dismiss
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
- navigation.instant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue