We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Originally posted by sjoerdev January 8, 2025 can i make it so its always light theme and make it so it will never switch to dark theme?
The text was updated successfully, but these errors were encountered:
Hi! I want to clarify about the implementation Do you expect a solution to be like this?
light
dark
Sorry, something went wrong.
@vardbabayan
On the config user would be able to provide
extra: colorscheme: dracula colormode: light colormodetoggle: false
The theme can on the html read the site_data.extra and based on those settings
site_data.extra
not sure of this will require JS, because the current CSS colorschemes are based on the media query for the selected mode.
No branches or pull requests
Discussed in #196
Originally posted by sjoerdev January 8, 2025
can i make it so its always light theme and make it so it will never switch to dark theme?
The text was updated successfully, but these errors were encountered: