make panel borders more subtle

This commit is contained in:
end-4
2025-07-27 22:44:08 +07:00
parent 3ac44d211f
commit 39862fba2a
9 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ Scope {
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
radius: Config.options.bar.cornerStyle === 1 ? Appearance.rounding.windowRounding : 0
border.width: Config.options.bar.cornerStyle === 1 ? 1 : 0
border.color: Appearance.m3colors.m3outlineVariant
border.color: Appearance.colors.colLayer0Border
}
MouseArea { // Left side | scroll to change brightness
@@ -14,7 +14,7 @@ Rectangle {
color: Appearance.colors.colLayer0
radius: Appearance.rounding.small
border.width: 1
border.color: Appearance.m3colors.m3outlineVariant
border.color: Appearance.colors.colLayer0Border
clip: true
ColumnLayout {