Skip to content

Commit

Permalink
Tweak color palette and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Jul 22, 2024
1 parent 494d54e commit ebb92b6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ site_description: Documentation for fcitx5-android
theme:
name: material
palette:
primary: teal
accent: teal
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: amber
toggle:
icon: material/brightness-7
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/brightness-4
name: Switch to dark mode
favicon: assets/ic_launcher_legacy_source.png
logo: assets/ic_launcher_legacy_source.png
features:
Expand Down

0 comments on commit ebb92b6

Please sign in to comment.