Skip to content

Commit

Permalink
add : dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Br4guette authored and Br4guette committed Jul 3, 2024
1 parent 4af47a7 commit 045a091
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ repo_url: https://github.com/PyDFIR/PyDFIRRam
edit_uri: edit/main/docs/

theme:
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode

- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
name: material
color_mode: auto
user_color_mode_toggle: true
Expand Down

0 comments on commit 045a091

Please sign in to comment.