From 70a41bd78af15e93fbfb483f2f61d59d88eaa0bc Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Wed, 24 Apr 2024 19:14:33 +0200 Subject: [PATCH] Update nimbus.guide color schemes to be closer to nimbus.team (#6227) The new nimbus.team website got launched with different color schemes than the previous. This is a small attempt to get the color schemes (dark/light) closer to those used on nimbus.team. There was already a dark scheme added before. This change just sets that dark scheme as default, as is also the case for nimbus.team. It also removes orange/amber colors from the light scheme. --- docs/the_nimbus_book/mkdocs.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/the_nimbus_book/mkdocs.yml b/docs/the_nimbus_book/mkdocs.yml index 2cf6758df..501101eb4 100644 --- a/docs/the_nimbus_book/mkdocs.yml +++ b/docs/the_nimbus_book/mkdocs.yml @@ -16,18 +16,19 @@ theme: - navigation.top - content.tabs.link palette: - - scheme: default - primary: orange - accent: amber - toggle: - icon: material/brightness-7 - name: Switch to dark mode - scheme: slate primary: black accent: light blue toggle: icon: material/brightness-4 name: Switch to light mode + - scheme: default + primary: white + accent: light blue + toggle: + icon: material/brightness-7 + name: Switch to dark mode + extra_css: - stylesheets/extra.css