Underlining in syntax higlighting of code-blocks in dark mode #736
-
Hi Is it intended that with default options syntax highlighting for class names contains underlining in dark mode? I'm asking because underscores will overlap with this underlining. Example:
|
Beta Was this translation helpful? Give feedback.
Answered by
dgw
Nov 30, 2023
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Huh, I stand corrected. Furo sets "native" as the default dark-mode code theme, and that's where the underline comes from.
furo/src/furo/__init__.py
Lines 376 to 378 in d14286c
And
pygments_dark_style
isn't a default option in Sphinx, either:furo/docs/changelog.md
Line 368 in d14286c
So I must apologize. This particular style (the dark mode highlighting) is a Furo default that could be changed!