mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-08 04:42:11 +00:00
Colors: switched all hovers and focus ring to a more vibrant mSecondary (instead of tertiary)
This commit is contained in:
@@ -50,7 +50,7 @@ ColumnLayout {
|
||||
implicitWidth: Style.baseWidgetSize * 3.75 * scaling
|
||||
implicitHeight: preferredHeight
|
||||
color: Color.mSurface
|
||||
border.color: combo.activeFocus ? Color.mTertiary : Color.mOutline
|
||||
border.color: combo.activeFocus ? Color.mSecondary : Color.mOutline
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
radius: Style.radiusM * scaling
|
||||
}
|
||||
@@ -112,7 +112,7 @@ ColumnLayout {
|
||||
|
||||
background: Rectangle {
|
||||
width: combo.width - Style.marginM * scaling * 3
|
||||
color: highlighted ? Color.mTertiary : Color.transparent
|
||||
color: highlighted ? Color.mSecondary : Color.transparent
|
||||
radius: Style.radiusS * scaling
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user