Partially restored the default theme (rosepine)
This commit is contained in:
parent
796bb4acd0
commit
7660a37b8a
8 changed files with 23 additions and 23 deletions
|
|
@ -56,7 +56,7 @@ ColumnLayout {
|
|||
background: Rectangle {
|
||||
implicitWidth: 120 * scaling
|
||||
implicitHeight: preferredHeight
|
||||
color: Colors.colorSurfaceVariant
|
||||
color: Colors.colorSurface
|
||||
border.color: combo.activeFocus ? Colors.colorTertiary : Colors.colorOutline
|
||||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
radius: Style.radiusMedium * scaling
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Slider {
|
|||
width: root.availableWidth
|
||||
height: implicitHeight
|
||||
radius: height / 2
|
||||
color: Colors.colorSurfaceVariant
|
||||
color: Colors.colorSurface
|
||||
|
||||
Rectangle {
|
||||
id: activeTrack
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Item {
|
|||
implicitWidth: root.width
|
||||
implicitHeight: Style.baseWidgetSize * 1.35 * scaling
|
||||
radius: Style.radiusMedium * scaling
|
||||
color: Colors.colorSurfaceVariant
|
||||
color: Colors.colorSurface
|
||||
border.color: Colors.colorOutline
|
||||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ RowLayout {
|
|||
implicitWidth: (root.baseSize - 5) * scaling
|
||||
implicitHeight: (root.baseSize - 5) * scaling
|
||||
radius: height * 0.5
|
||||
color: value ? Colors.colorOnSurface : Colors.colorPrimary //Colors.onBackground : Colors.colorSecondary
|
||||
color: value ? Colors.colorOnPrimary: Colors.colorPrimary
|
||||
border.color: value ? Colors.colorSurface : Colors.colorSurface
|
||||
border.width: Math.max(1, Style.borderMedium * scaling)
|
||||
y: 2 * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue