moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.34k stars 113 forks source link

Dark mode not working with latest update #418

Closed vikingnope closed 7 months ago

vikingnope commented 7 months ago

Dark mode does not seem to be working after 1.9.15:

image

moudey commented 7 months ago

Open "imports/theme.nss" and change dark option to default or auto

dark = default

Save changes, press CTRL + RIGHT-CLICK to reload settings.

vikingnope commented 7 months ago

That seems to have worked for me, thanks

stamminator commented 6 months ago

@moudey The workaround is much appreciated, but ideally, either the legacy sys.dark should continue to be honored or the install/update process should find and replace instances of the legacy value with the new one. Just a suggestion for future updates.