Skip to content

Commit

Permalink
Merge pull request #166 from kabilar/download
Browse files Browse the repository at this point in the history
Add color scheme for light and dark mode options
  • Loading branch information
bendichter authored Jan 13, 2025
2 parents fa55649 + 313ea0b commit 033c139
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@ theme:
favicon: img/favicon.ico
logo: img/dandi-logo-square_sw.png
palette:
primary: "dark blue"
accent: "light blue"
- scheme: default
toggle:
icon: material/weather-night
name: Dark mode
primary: "dark blue"
accent: "light blue"
- scheme: slate
toggle:
icon: material/weather-sunny
name: Light mode
primary: "dark blue"
accent: "light blue"
features:
- toc.integrate

Expand Down

0 comments on commit 033c139

Please sign in to comment.