moudey / Shell

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

[BUG] sys.dark not returning true after upgrade to 1.9.15 #412

Open Winter opened 4 months ago

Winter commented 4 months ago

Setting dark = true in the imports/theme.nss brings the dark theme back.

theme
{
    name = "modern"
    dark = true
    background
    {
        color = default
        opacity = sys.is11 ? default : 90
        effect = default
    }
    image.align = 2
}

Version: 1.9.15 Windows Version: 10.0.22631 (Windows 11 Pro) Windows Theme: Windows (dark)

moudey commented 4 months ago

418