1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-24 18:03:53 +03:00

keep some colors from original plasma theme

This commit is contained in:
Michail Vourlakos 2018-11-17 19:22:29 +02:00
parent 99cb6b7983
commit 8ababcdc0c

View File

@ -75,16 +75,16 @@ Loader{
readonly property color inactiveBackgroundColor: applyTheme === theme ? theme.backgroundColor : applyTheme.inactiveBackgroundColor
readonly property color inactiveTextColor: applyTheme === theme ? theme.textColor : applyTheme.inactiveTextColor
readonly property color highlightColor: applyTheme.highlightColor
readonly property color highlightedTextColor: applyTheme.highlightedTextColor
readonly property color highlightColor: theme.highlightColor
readonly property color highlightedTextColor: theme.highlightedTextColor
readonly property color positiveTextColor: applyTheme.positiveTextColor
readonly property color neutralTextColor: applyTheme.neutralTextColor
readonly property color negativeTextColor: applyTheme.negativeTextColor
readonly property color buttonTextColor: applyTheme.buttonTextColor
readonly property color buttonBackgroundColor: applyTheme.buttonBackgroundColor
readonly property color buttonHoverColor: applyTheme.buttonHoverColor
readonly property color buttonFocusColor: applyTheme.buttonFocusColor
readonly property color buttonTextColor: theme.buttonTextColor
readonly property color buttonBackgroundColor: theme.buttonBackgroundColor
readonly property color buttonHoverColor: theme.buttonHoverColor
readonly property color buttonFocusColor: theme.buttonFocusColor
readonly property string scheme: themeExtended ? applyTheme.schemeFile : "kdeglobals"