Skip to content

Commit

Permalink
Color palette toggle & blog & tags
Browse files Browse the repository at this point in the history
  • Loading branch information
altinocoelho committed Nov 5, 2023
1 parent 1ce4380 commit f8eb559
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
site_name: My Docs
theme:
name: material
palette:
palette:
# Palette toggle for light mode
- scheme: default
- scheme: slate
toggle:
icon: material/brightness-7


name: Switch to dark mode

# Palette toggle for dark mode
- scheme: slate
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- tags
- blog

0 comments on commit f8eb559

Please sign in to comment.