Skip to content

Commit

Permalink
Merge pull request #18 from kranurag7/kr/dark-mode
Browse files Browse the repository at this point in the history
support dark mode
  • Loading branch information
flokoe authored Sep 4, 2024
2 parents bb37fd0 + 2eeca4a commit de70cb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ theme:
- content.code.copy
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode

plugins:
- git-revision-date-localized:
Expand Down

0 comments on commit de70cb8

Please sign in to comment.