Skip to content

Commit

Permalink
Update mkdocs-base.yml (#554) (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Fernandes <[email protected]>
  • Loading branch information
nastena1606 and pmcf-percona authored May 7, 2024
1 parent 65ff47d commit 26f91cb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,24 @@ theme:

#Color schemes
palette:
#Autimatic color palette
- 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 26f91cb

Please sign in to comment.