Skip to content

Commit

Permalink
Added light/dark theme toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Jun 28, 2024
1 parent 11745a4 commit 8c49380
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ theme:
text: Montserrat
code: Inconsolata
logo: https://www.hogent.be/sites/hogent/assets/Image/logo-1.jpg
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- footnotes
- pymdownx.arithmatex:
Expand Down

0 comments on commit 8c49380

Please sign in to comment.