Skip to content

Commit

Permalink
Merge pull request #1 from ajva09/ajva09-patch-4
Browse files Browse the repository at this point in the history
Change color from blue to red
  • Loading branch information
ajva09 authored Jun 13, 2024
2 parents 126bcd4 + ec0afbb commit ace10e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repo_url: https://github.com/FYSETC/
edit_uri: "edit/main/docs"

# Copyright
copyright: Copyright © 2014 - 2023 FYSETC Co, Ltd
copyright: Copyright © 2014 - 2024 FYSETC Co, Ltd

# Configuration
theme:
Expand Down Expand Up @@ -77,14 +77,14 @@ theme:
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
primary: red
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep indigo
accent: deep indigo
primary: red
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
Expand Down

0 comments on commit ace10e6

Please sign in to comment.