Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Oct 1, 2023
2 parents ce63152 + 5c4f7b6 commit 2e00fce
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
site_name: obsidian-mkdocs template
site_name: jzkay Knowledge Base

theme:
name: 'material'
palette:

font:
text: Inter
code: Roboto Mono

palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: indigo
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode

# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: blue
primary: deep purple
accent: deep purple
toggle:
icon: material/toggle-switch
name: Switch to light mode
Expand Down

0 comments on commit 2e00fce

Please sign in to comment.