mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
sync with mobilecomponents 67e73fa85e
Colors have slightly changed in breeze. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
78d5325dda
commit
b96f202f14
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@ QtObject {
|
|||
property color visitedLinkColor: "#2196F3"
|
||||
|
||||
property color buttonTextColor: Qt.rgba(0,0,0, 0.54)
|
||||
property color buttonBackgroundColor: "#f3f3f3"
|
||||
property color buttonBackgroundColor: "#eff0f1"
|
||||
property color buttonHoverColor: "#2196F3"
|
||||
property color buttonFocusColor: "#2196F3"
|
||||
|
||||
property color viewTextColor: Qt.rgba(0,0,0, 0.54)
|
||||
property color viewBackgroundColor: "#f3f3f3"
|
||||
property color viewBackgroundColor: "#fcfcfc"
|
||||
property color viewHoverColor: "#2196F3"
|
||||
property color viewFocusColor: "#2196F3"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue