From 273e361b7f14c255cf802d62fa26dafc1c67ab6c Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Fri, 20 Dec 2024 00:24:03 +0100 Subject: [PATCH] update colors --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 22ab3b5..c71eb8c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,8 +37,8 @@ theme: toggle: icon: material/brightness-7 name: Switch to dark mode - primary: teal - accent: cyan + primary: orange + accent: deep orange # Palette toggle for dark mode - media: "(prefers-color-scheme: dark)" @@ -46,8 +46,8 @@ theme: toggle: icon: material/brightness-4 name: Switch to light mode - primary: teal - accent: cyan + primary: orange + accent: deep orange features: - navigation.instant