mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
Colors cleanup
- removed mOutlineVariant, using mOutline everywhere - reworked all predefined color schemes (dark mode only, light mode incoming)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ Rectangle {
|
||||
|
||||
color: Color.mSurfaceVariant
|
||||
radius: Style.radiusM * scaling
|
||||
border.color: Color.mOutlineVariant
|
||||
border.color: Color.mOutline
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
clip: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user