Skip to content

Commit

Permalink
Revert "Use bright theme as default in docs"
Browse files Browse the repository at this point in the history
This reverts commit 8f652e0.
  • Loading branch information
tcompa committed Jan 2, 2023
1 parent 8f652e0 commit 0a861d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

15 changes: 7 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,20 @@ theme:
features:
- content.code.annotate
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode

- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to light mode

nav:
- Installation: installation.md
Expand Down

0 comments on commit 0a861d5

Please sign in to comment.