From 8386c08231cc6390bdfc8664cdaabff141bd9c74 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:55:13 +0200 Subject: [PATCH] Mkdocs color-mode + callout --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index ae727b34..27eaf5d3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,8 @@ edit_uri: blob/main/docs/ theme: name: material + color_mode: auto + user_color_mode_toggle: true icon: repo: fontawesome/brands/github palette: @@ -39,6 +41,7 @@ markdown_extensions: custom_checkbox: true - tables - admonition + - callouts - pymdownx.details - pymdownx.superfences - pymdownx.highlight: