Skip to content

Commit

Permalink
Merge pull request #6 from naodeng/main
Browse files Browse the repository at this point in the history
add dark/light mode support
  • Loading branch information
naodeng authored Nov 13, 2023
2 parents d19d13b + 4e6b3c0 commit a2f4c27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ copyright: Copyright © 2016 - 2023 Automation Test Starter
# Configuration
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode

# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs

Expand Down

0 comments on commit a2f4c27

Please sign in to comment.