move theme to styling
This commit is contained in:
parent
467c9bc0e3
commit
4375f6e13d
36 changed files with 68 additions and 67 deletions
|
|
@ -31,7 +31,7 @@ StyledListView {
|
|||
highlightResizeDuration: 0
|
||||
highlight: Rectangle {
|
||||
radius: 8
|
||||
color: Theme.palette.primary
|
||||
color: Styling.theme.primary
|
||||
}
|
||||
|
||||
header: StyledText {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ StyledWindow {
|
|||
Layout.alignment: Qt.AlignTop
|
||||
margin: 4
|
||||
|
||||
color: Theme.palette.base200
|
||||
color: Styling.theme.base200
|
||||
|
||||
RowLayout {
|
||||
LucideIcon {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ Item {
|
|||
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
Layout.fillWidth: true
|
||||
color: root.active ? Theme.palette.primarycontent : Theme.palette.basecontent
|
||||
color: root.active ? Styling.theme.primarycontent : Styling.theme.basecontent
|
||||
font.pixelSize: 14
|
||||
font.bold: true
|
||||
}
|
||||
|
|
@ -52,7 +52,7 @@ Item {
|
|||
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.fillWidth: true
|
||||
color: root.active ? Theme.palette.primarycontent : Theme.palette.basecontent
|
||||
color: root.active ? Styling.theme.primarycontent : Styling.theme.basecontent
|
||||
font.pixelSize: 10
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue