Merge pull request #563 from notiant/notiant-light-mode-patch

fix wrong color in earlier commit
This commit is contained in:
Lysec
2025-10-24 15:49:20 +02:00
committed by GitHub
+1 -1
View File
@@ -164,7 +164,7 @@ Item {
}
layer.effect: ShaderEffect {
property color targetColor: Settings.data.colorSchemes.darkMode ? Color.mSurface : Color.mSurfaceVariant
property color targetColor: Settings.data.colorSchemes.darkMode ? Color.mOnSurface : Color.mSurfaceVariant
property real colorizeMode: 0
fragmentShader: Qt.resolvedUrl(Quickshell.shellDir + "/Shaders/qsb/appicon_colorize.frag.qsb")
}