Skip to content

Commit

Permalink
support dark mode
Browse files Browse the repository at this point in the history
this commit adds support for dark mode.

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Sep 2, 2024
1 parent bb37fd0 commit 2eeca4a
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 2eeca4a

Please sign in to comment.