Add theme

This commit is contained in:
2025-03-28 07:18:47 +03:00
parent ef93574a2e
commit 5d32688c25
2 changed files with 18 additions and 6 deletions
+11
View File
@@ -3,6 +3,17 @@ site_url : https://SailorUpiter.github.io/mkdocs
repo_url: https://github.com/SailorUpiter/mkdocs.git
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-4
name: Темное оформление
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-7
name: Светлое оформление
language: ru
icon:
repo: fontawesome/brands/github