Hover colors: be reasonable in light mode.

This commit is contained in:
ItsLemmy
2025-11-01 00:00:06 -04:00
parent 1a124cf655
commit 7ec1f42ede
+2 -2
View File
@@ -45,8 +45,8 @@ Singleton {
property color transparent: "transparent"
// Extra colors that are auto generated
readonly property color mHover: Settings.data.colorSchemes.darkMode ? Qt.darker(mOnSurface, 1.25) : Qt.lighter(mOnSurface, 3.0)
readonly property color mOnHover: Settings.data.colorSchemes.darkMode ? Qt.darker(mSurface, 1.25) : Qt.lighter(mSurface, 3.0)
readonly property color mHover: Settings.data.colorSchemes.darkMode ? Qt.darker(mOnSurface, 1.25) : Qt.lighter(mOnSurface, 1.25)
readonly property color mOnHover: Settings.data.colorSchemes.darkMode ? Qt.darker(mSurface, 1.25) : Qt.lighter(mSurface, 1.25)
// --------------------------------
// Default colors: RosePine