Skip to content

Commit

Permalink
Update mkdocs.yml (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcf-percona committed May 14, 2024
1 parent ed8009b commit cc6c635
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,25 @@ theme:
custom_dir: _resource/overrides
font:
text: Roboto

palette:

#Automatic switch
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Color theme set to Automatic. Click to change

# Light mode
- media: "(prefers-color-scheme: light)"
scheme: percona-light
primary: custom
accent: custom
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode

# Dark mode
icon: material/brightness-7
name: Color theme set to Light Mode. Click to change
- media: "(prefers-color-scheme: dark)"
scheme: slate
scheme: percona-dark
primary: custom
accent: custom
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon: material/brightness-4
name: Color theme set to Dark Mode. Click to change

# Theme features

Expand Down

0 comments on commit cc6c635

Please sign in to comment.