Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ theme:
- navigation.footer
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.path
- navigation.indexes
Expand All @@ -32,21 +31,29 @@ theme:
- content.code.annotate

palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto
name: Switch to light mode

# Palette toggle for light mode
- scheme: default
primary: orange
accent: orange
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
icon: material/lightbulb
name: Switch to dark mode


# Palette toggle for dark mode
- scheme: slate
primary: black
accent: orange
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-4
icon: material/lightbulb-outline
name: Switch to light mode
font:
code: JetBrains Mono
Expand Down
Loading