28 lines
619 B
YAML
28 lines
619 B
YAML
theme:
|
|
name: material
|
|
palette:
|
|
|
|
# Light mode (optional; can be toggled off if you want dark-only)
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Dark mode (default)
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
|
|
features:
|
|
- content.code.copy
|
|
- navigation.instant
|
|
- search.suggest
|
|
- search.highlight
|
|
- navigation.sections
|
|
|
|
# At the end we will add the site title when the script runs |