mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Add positive colour to Style.qml
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
79c0fdc9f6
commit
eab342fadf
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ QtObject {
|
||||||
readonly property color menuBorder: Theme.darkMode ? Qt.lighter(backgroundColor, 2.5) : Qt.darker(backgroundColor, 1.5)
|
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 backgroundColor: Theme.systemPalette.base
|
||||||
readonly property color buttonBackgroundColor: Theme.systemPalette.button
|
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 currentUserHeaderColor: UserModel.currentUser ? UserModel.currentUser.headerColor : ncBlue
|
||||||
readonly property color currentUserHeaderTextColor: UserModel.currentUser ? UserModel.currentUser.headerTextColor : ncHeaderTextColor
|
readonly property color currentUserHeaderTextColor: UserModel.currentUser ? UserModel.currentUser.headerTextColor : ncHeaderTextColor
|
||||||
|
|
Loading…
Reference in a new issue