Skip to content

Commit d92b62f

Browse files
committed
Switch the dark mode theme back to native
a11y-dark has bad console text contrast.
1 parent 83c3446 commit d92b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/furo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def setup(app: sphinx.application.Sphinx) -> Dict[str, Any]:
380380
app.require_sphinx("6.0")
381381

382382
app.add_config_value(
383-
"pygments_dark_style", default="a11y-dark", rebuild="env", types=[str]
383+
"pygments_dark_style", default="native", rebuild="env", types=[str]
384384
)
385385

386386
app.add_html_theme("furo", str(THEME_PATH))

0 commit comments

Comments
 (0)