Give your users the convenience of switching to dark mode with just one click! The dark mode component integrates seamlessly with Awesome and GoBlue themes, adding a stylish switch to the top-right dropdown menu.
If you need to add some selector in your CSS file, duplicate your selector and add [data-theme="dark"] before the name of selector. Here an example:
Light mode
body {
background-color: #ffffff;
}
Dark mode
[data-theme="dark"] body {
background-color: #eaeaea;
}
Awesome theme
GoBlue theme (beta)
On Red Crested OSSN Sandbox it's possible to see the component in action. Use demouser as login and 123456789 as password.
The component was tested in OSSN from 6.4 to 7.2 versions using Awesome and GoBlue themes. Older versions or different components may require adjustments.
I am selling this component for US$29.00 through the Buy me a coffee website. To purchase, visit https://www.buymeacoffee.com/redcrested/e/122267 or click on the button
Send email to [email protected].
Go to Red Crested License to read the last version of our terms.
This component use the Dark Mode Switch under MIT license.
I tested with Awesome version 8.0 (newest version) and it is not working
New version released right now. Tested on OSSN 7.5 premium version. Soon I'll test on 7.6
Version 7.7 of Awesome Theme is working, Version 7.9 isn't, I just keep 7.7 for the moment
I fixed the Awesome errors. Let me know if doesn't work.
Version 7.7 of Awesome Theme is working, Version 7.9 isn't, I just keep 7.7 for the moment
7.2 and 7.3/7.5 have no breaking changes. Maybe issue with your site. But ony Rafael can confirm
Maybe try restoring a previous version of your theme, that could work -> it worked for me and darkmode is working again using the previous version
If you use Darkmode, don't update to 7.5 of OSSN, it's not working with darkmode!!!
@Ivailo
The last version works on the last version of OSSN
is this commponen work with latest version?
The problem was fixed in version 1.6
hello, not working on ossn 7.2 with awesome theme :(