Skip to content
Snippets Groups Projects
Verified Commit edaa1ab3 authored by Romain Deville's avatar Romain Deville
Browse files

:wrench::lipstick: Update config theme in mkdocs.yml

parent 4813dde5
No related branches found
No related tags found
No related merge requests found
Pipeline #9364 canceled with stages
...@@ -49,7 +49,7 @@ theme: ...@@ -49,7 +49,7 @@ theme:
# Light mode # Light mode
- media: "(prefers-color-scheme: light)" - media: "(prefers-color-scheme: light)"
scheme: rdeville-light scheme: rdeville-light
primary: rdeville-green-light primary: rdeville-deep-purple-light
accent: rdeville-orange-light accent: rdeville-orange-light
toggle: toggle:
icon: material/weather-night icon: material/weather-night
...@@ -57,7 +57,7 @@ theme: ...@@ -57,7 +57,7 @@ theme:
# Dark mode # Dark mode
- media: "(prefers-color-scheme: dark)" - media: "(prefers-color-scheme: dark)"
scheme: rdeville-dark scheme: rdeville-dark
primary: rdeville-green-dark primary: rdeville-deep-purple-dark
accent: rdeville-orange-dark accent: rdeville-orange-dark
toggle: toggle:
icon: material/weather-sunny icon: material/weather-sunny
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment