increase contrast for light outline

pull/5/head
Michail Vourlakos
parent 47625938a5
commit 4460e3ed16

@ -37,7 +37,7 @@ Loader{
readonly property real themeTextColorBrightness: ColorizerTools.colorBrightness(textColor)
readonly property real backgroundColorBrightness: ColorizerTools.colorBrightness(backgroundColor)
readonly property color minimizedDotColor: themeTextColorBrightness > 127.5 ? Qt.darker(textColor, 1.7) : Qt.lighter(textColor, 8)
readonly property color outlineColor: backgroundColorBrightness > 127.5 ? Qt.darker(backgroundColor, 1.5) : Qt.lighter(backgroundColor, 2)
readonly property color outlineColor: backgroundColorBrightness > 127.5 ? Qt.darker(backgroundColor, 1.5) : Qt.lighter(backgroundColor, 3.3)
readonly property bool mustBeShown: (applyTheme && applyTheme !== theme)

Loading…
Cancel
Save