Skip to content

Commit

Permalink
update project darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoah committed Sep 9, 2024
1 parent 119f02d commit 2c8a92d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ repo_url: https://github.com/machadoah/machadoah.github.io/
repo_name: Machadoah
theme:
name: material
locale: pt_BR
palette:
primary: 'white'
accent: 'gray'
background: 'black'
- scheme: default
primary: 'white'
accent: 'gray'
background: 'black'
- scheme: slate
toggle:
icon: material/weather-night
name: Toggle dark mode
markdown_extensions:
- codehilite
- admonition
Expand Down

0 comments on commit 2c8a92d

Please sign in to comment.