Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added docs/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@ edit_uri: edit/main/docs

theme:
name: material
# FIXME: add logo
logo: assets/logo.svg
# FIXME: add favicon
favicon: assets/favicon.png

palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: teal
accent: amber
primary: light blue
accent: deep orange
toggle:
icon: material/brightness-auto
name: Switch to light mode

- scheme: default
primary: teal
accent: amber
primary: light blue
accent: deep orange
toggle:
icon: material/brightness-5
name: Switch to dark mode
Expand Down