docs: add theming

This commit is contained in:
Johannes Kirschbauer
2024-04-12 17:11:47 +02:00
parent 4dff1eb3bc
commit 6bc847dce1
3 changed files with 8 additions and 2 deletions

BIN
docs/docs/static/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,5 @@
:root {
--md-primary-fg-color: #5d2f86;
--md-primary-fg-color--light: #9965f4;
--md-primary-fg-color--dark: #3d00e0;
}

View File

@@ -38,6 +38,7 @@ nav:
- Contributing: contributing.md - Contributing: contributing.md
theme: theme:
logo: static/logo.png
name: material name: material
features: features:
- navigation.instant - navigation.instant
@@ -60,8 +61,8 @@ theme:
icon: material/weather-sunny icon: material/weather-sunny
name: Switch to light mode name: Switch to light mode
# extra_css: extra_css:
# - stylesheets/extra.css - stylesheets/extra.css
plugins: plugins:
- search - search