Shadows: tweaking and centralization

This commit is contained in:
ItsLemmy
2025-11-04 22:03:33 -05:00
parent 185f2dd684
commit c78e3b5653
3 changed files with 20 additions and 24 deletions
+2
View File
@@ -43,6 +43,8 @@ Singleton {
property color mShadow: customColors.mShadow
property color transparent: "transparent"
property color black: "#000000"
property color white: "#ffffff"
// Extra colors that are auto generated
readonly property color mHover: Settings.data.colorSchemes.darkMode ? Qt.darker(mOnSurface, 1.25) : Qt.lighter(mOnSurface, 1.25)