@ -125,16 +125,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: t heme. highlightColor
readonly property color highlightedTextColor: t heme. highlightedTextColor
readonly property color highlightColor: applyT heme. highlightColor
readonly property color highlightedTextColor: applyT heme. highlightedTextColor
readonly property color positiveTextColor: applyTheme . positiveTextColor
readonly property color neutralTextColor: applyTheme . neutralTextColor
readonly property color negativeTextColor: applyTheme . negativeTextColor
readonly property color buttonTextColor: t heme. buttonTextColor
readonly property color buttonBackgroundColor: t heme. buttonBackgroundColor
readonly property color buttonHoverColor: t heme. buttonHoverColor
readonly property color buttonFocusColor: t heme. buttonFocusColor
readonly property color buttonTextColor: applyT heme. buttonTextColor
readonly property color buttonBackgroundColor: applyT heme. buttonBackgroundColor
readonly property color buttonHoverColor: applyT heme. buttonHoverColor
readonly property color buttonFocusColor: applyT heme. buttonFocusColor
readonly property string scheme: {
if ( root . inConfigureAppletsMode && ( root . themeColors === Latte . Types . SmartThemeColors ) ) {