Skip to content

Commit

Permalink
Use same (combined) icon for both color schemes
Browse files Browse the repository at this point in the history
… to make the color mode switcher more perceptible

As discussed in ponylang/ponylang-website#979 (comment)

Co-authored-by: SeanTAllen <sean@seantallen.com>
  • Loading branch information
shaedrich and SeanTAllen authored Mar 26, 2024
1 parent 0a70ad8 commit 51fc536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ theme:
primary: brown
accent: amber
toggle:
icon: material/toggle-switch-off-outline
icon: material/brightness-4
name: Switch to dark mode

# Dark mode
- scheme: slate
primary: brown
accent: amber
toggle:
icon: material/toggle-switch
icon: material/brightness-4
name: Switch to light mode

nav:
Expand Down

0 comments on commit 51fc536

Please sign in to comment.