mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Switched to Material3 colors principle
- works with matugen only for now - need to restore rosepine
This commit is contained in:
@@ -13,7 +13,7 @@ RadioButton {
|
||||
implicitHeight: 20 * scaling
|
||||
radius: width * 0.5
|
||||
color: "transparent"
|
||||
border.color: root.checked ? Colors.accentPrimary : Colors.textPrimary
|
||||
border.color: root.checked ? Colors.colorPrimary : Colors.colorOnSurface
|
||||
border.width: 2
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
@@ -23,7 +23,7 @@ RadioButton {
|
||||
implicitHeight: Style.marginSmall * scaling
|
||||
|
||||
radius: width * 0.5
|
||||
color: Qt.alpha(Colors.accentPrimary, root.checked ? 1 : 0)
|
||||
color: Qt.alpha(Colors.colorPrimary, root.checked ? 1 : 0)
|
||||
}
|
||||
|
||||
Behavior on border.color {
|
||||
|
||||
Reference in New Issue
Block a user