Bläddra i källkod

Add positive colour to Style.qml

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra 2 år sedan
förälder
incheckning
eab342fadf
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      theme/Style/Style.qml

+ 1 - 0
theme/Style/Style.qml

@@ -17,6 +17,7 @@ QtObject {
     readonly property color menuBorder: Theme.darkMode ? Qt.lighter(backgroundColor, 2.5) : Qt.darker(backgroundColor, 1.5)
     readonly property color backgroundColor: Theme.systemPalette.base
     readonly property color buttonBackgroundColor: Theme.systemPalette.button
+    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