From 7c317cb4d922b73b2f026fd1dfcf8ee62544ec40 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 19 Nov 2024 11:02:21 +0800 Subject: [PATCH] Remove unused colours from style Signed-off-by: Claudio Cambra --- theme/Style/Style.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml index 3866bb82d..0ee8d5f5c 100644 --- a/theme/Style/Style.qml +++ b/theme/Style/Style.qml @@ -11,11 +11,6 @@ QtObject { // Colors readonly property color ncBlue: Theme.wizardHeaderBackgroundColor readonly property color ncHeaderTextColor: Theme.wizardHeaderTitleColor - readonly property color ncTextColor: Theme.systemPalette.windowText - readonly property color ncTextBrightColor: "white" - readonly property color backgroundColor: Theme.systemPalette.base - readonly property color positiveColor: Qt.rgba(0.38, 0.74, 0.38, 1) - readonly property color currentUserHeaderColor: UserModel.currentUser ? UserModel.currentUser.headerColor : ncBlue readonly property color currentUserHeaderTextColor: UserModel.currentUser ? UserModel.currentUser.headerTextColor : ncHeaderTextColor readonly property color adjustedCurrentUserHeaderColor: Theme.darkMode ? Qt.lighter(currentUserHeaderColor, 2) -- 2.30.2