From d06d6022e9685c59c003b8037a5241767df85b11 Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Mon, 4 Dec 2023 09:09:49 +0100 Subject: [PATCH] Change in-line code background in dark mode --- docs/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c93277e864..e2cefc09e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -153,7 +153,8 @@ "color-api-pre-name": LIGHT_BLUE, "color-api-name": DARK_BLUE, "color-toc-item-text": "black", - "color-inline-code-background": "#efeff4", # Very lightlight gray + # Background of code in text + "color-inline-code-background": "#efeff4", # Very light gray # Color of search bar when clicking search "color-sidebar-search-background--focus": DARK_BLUE, "color-link": DARK_BLUE, @@ -194,8 +195,8 @@ "color-api-name": BROWN, # Prefix in API names (e.g. baybe.campaign) "color-api-pre-name": "white", - # Background formlinks - "color-inline-code-background": "transparent", + # Background of code in text + "color-inline-code-background": DARK_GRAY, # Gray # The color of links "color-link": BROWN, # Color of text in the right navigation side bar