We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docusaurus and other frameworks implement darkmode by using data-theme=dark/light in the html tag.
data-theme=dark/light
The build-in darkmode for docsearch is dependent on this element.
Other popular frameworks like nextjs with next-themes set class='dark' on the html tag.
Component libraries like MUI might set something completely different.
Pass a prop to docsearch, telling which identifier in the tag should be used to determine darkmode.
The text was updated successfully, but these errors were encountered:
I am willing to work on this issue!
Sorry, something went wrong.
No branches or pull requests
Describe the problem
Docusaurus and other frameworks implement darkmode by using
data-theme=dark/light
in the html tag.The build-in darkmode for docsearch is dependent on this element.
Other popular frameworks like nextjs with next-themes set class='dark' on the html tag.
Component libraries like MUI might set something completely different.
Describe the solution
Pass a prop to docsearch, telling which identifier in the tag should be used to determine darkmode.
The text was updated successfully, but these errors were encountered: