Skip to content

Commit

Permalink
Merge pull request #37 from kabilar/email
Browse files Browse the repository at this point in the history
Add color scheme for light and dark mode options
  • Loading branch information
kabilar authored Jan 11, 2025
2 parents 4195e73 + 0a0061c commit 11d69b4
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/linc.logo.color+white.notext+square.png
logo: img/linc.logo.color+black.alpha.notext.png
palette:
primary: "deep purple"
accent: "purple"
- scheme: default
toggle:
icon: material/weather-night
name: Dark mode
primary: "deep purple"
accent: "purple"
- scheme: slate
toggle:
icon: material/weather-sunny
name: Light mode
primary: "deep purple"
accent: "purple"
features:
- toc.integrate

Expand Down

0 comments on commit 11d69b4

Please sign in to comment.