Skip to content

Commit

Permalink
Update mkdocs-base.yml (#554) (#557)
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 8, 2024
1 parent ffa118c commit ab37d46
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 @@ -25,25 +25,24 @@ theme:
view: material/file-eye-outline

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 ab37d46

Please sign in to comment.