Skip to content

Commit

Permalink
Add color scheme for light and dark mode options
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Jan 11, 2025
1 parent 7911ed7 commit 0a0061c
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 0a0061c

Please sign in to comment.