Skip to content

Commit

Permalink
use material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Apr 11, 2024
1 parent 6cfe9d3 commit 1c6edaa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site

theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode

plugins:
- autorefs
- search
Expand Down

0 comments on commit 1c6edaa

Please sign in to comment.