Partially restored the default theme (rosepine)

This commit is contained in:
quadbyte 2025-08-14 18:46:00 -04:00
parent 796bb4acd0
commit 7660a37b8a
8 changed files with 23 additions and 23 deletions

View file

@ -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