Dark theme #745
Unanswered
rperson1508
asked this question in
Q&A
Dark theme
#745
Replies: 2 comments 1 reply
-
It does not currently exist, see this GitHub issue for discussion of adding this enhancement: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Digged further and found the customizing guide on the docs. conf.pyhtml_theme = 'sphinx_book_theme'
html_static_path = ['_static']
html_css_files = [
'css/custom.css'
] _static/css/custom.css/* Dark theme */
html[data-theme="dark"] {
background: #000000;
} After re-building the documentation (and refreshed), the background colour did not change. Were there any mistakes I made? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, how do I configure dark mode for sphinx-book-theme?
I have not found any specific way to do so in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions