width: Style.folderStateIndicatorSize + Style.trayFolderStatusIndicatorSizeOffset
height: width
anchors.centerIn: parent
- color: root.hovered ? Style.currentUserHeaderTextColor : palette.base
+ color: root.hovered ? Style.currentUserHeaderTextColor : palette.window
opacity: Style.trayFolderStatusIndicatorMouseHoverOpacityFactor
radius: width * Style.trayFolderStatusIndicatorRadiusFactor
z: -1
anchors.margins: 1\r
color: (userLine.hovered || userLine.visualFocus) &&\r
!(userMoreButton.hovered || userMoreButton.visualFocus) ?\r
- palette.highlight : palette.base\r
+ palette.highlight : palette.window\r
}\r
\r
contentItem: RowLayout {\r
background: Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: userMoreButton.hovered || userMoreButton.visualFocus ? palette.highlight : palette.base\r
+ color: userMoreButton.hovered || userMoreButton.visualFocus ? palette.highlight : palette.window\r
}\r
\r
contentItem: Image {\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered ? palette.highlight : palette.base\r
+ color: parent.parent.hovered ? palette.highlight : palette.window\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered ? palette.highlight : palette.base\r
+ color: parent.parent.hovered ? palette.highlight : palette.window\r
}\r
}\r
\r
\r
background: Rectangle {\r
border.color: palette.dark\r
- color: palette.base\r
+ color: palette.window\r
radius: Style.currentAccountButtonRadius\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
}\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
}\r
}\r
\r
}\r
\r
background: Rectangle {\r
- color: parent.hovered || parent.visualFocus ? Style.currentUserHeaderTextColor : palette.base\r
+ color: parent.hovered || parent.visualFocus ? Style.currentUserHeaderTextColor : palette.window\r
opacity: 0.2\r
}\r
\r
height: width\r
anchors.bottom: currentAccountAvatar.bottom\r
anchors.right: currentAccountAvatar.right\r
- color: currentAccountButton.hovered ? Style.currentUserHeaderTextColor : palette.base\r
+ color: currentAccountButton.hovered ? Style.currentUserHeaderTextColor : palette.window\r
opacity: Style.trayFolderStatusIndicatorMouseHoverOpacityFactor\r
radius: width * Style.trayFolderStatusIndicatorRadiusFactor\r
}\r
\r
background: Rectangle {\r
border.color: palette.dark\r
- color: palette.base\r
+ color: palette.window\r
radius: 2\r
}\r
\r
Rectangle {\r
anchors.fill: parent\r
anchors.margins: 1\r
- color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.base\r
+ color: parent.parent.hovered || parent.parent.visualFocus ? palette.highlight : palette.window\r
}\r
}\r
\r