Switched to Material3 colors principle
- works with matugen only for now - need to restore rosepine
This commit is contained in:
parent
7fced5df95
commit
73c7ba8cdc
55 changed files with 519 additions and 583 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue