-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededneeds discussionThe approach to resolve this isn't immediately clear, and needs discussionThe approach to resolve this isn't immediately clear, and needs discussion
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently, I think by default furo adapts to OS (or browser) settings to display light/dark mode. I'll be nice if we can choose to render only light mode, or only dark mode, or both like the present default.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Something like a setting in conf.py for the preferred action?
html_theme_options = {
"theme-color": light/dark/dual,
}
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Stick with the current default. :)
kmike, AWhetter, adrn, Bertbk, dbitouze and 17 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededneeds discussionThe approach to resolve this isn't immediately clear, and needs discussionThe approach to resolve this isn't immediately clear, and needs discussion