Skip to content

Commit

Permalink
Change in-line code background in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Dec 4, 2023
1 parent 530977a commit d06d602
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d06d602

Please sign in to comment.