Customize color and logo

This commit is contained in:
Cédric COURALET 2024-02-19 08:45:54 +01:00
parent aebf00c565
commit 1cac77907e
4 changed files with 52 additions and 39 deletions

BIN
docs/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,5 @@
:root {
--md-primary-fg-color: #873763;
--md-primary-fg-color--light: #66135e;
--md-primary-fg-color--dark: #ac76be;
}

View File

@ -7,22 +7,30 @@ edit_uri: src/branch/main/docs/
theme: theme:
name: material name: material
features: features:
- navigation.instant - navigation.sections
- content.action.edit - toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy - content.code.copy
language: fr
palette: palette:
# Palette toggle for light mode
- scheme: default - scheme: default
toggle: toggle:
icon: material/brightness-7 icon: material/toggle-switch-off-outline
name: Switch to dark mode name: Switch to dark mode
# Palette toggle for dark mode primary: custom
- scheme: slate - scheme: slate
toggle: toggle:
icon: material/brightness-4 icon: material/toggle-switch
name: Switch to light mode name: Switch to light mode
primary: custom
accent: purple
logo: assets/logo_seul_blanc.png
extra_css:
- stylesheets/extra.css
markdown_extensions: markdown_extensions:
- pymdownx.superfences: - pymdownx.superfences:
custom_fences: custom_fences: