Colors cleanup

- removed mOutlineVariant, using mOutline everywhere
- reworked all predefined color schemes (dark mode only, light mode
incoming)
This commit is contained in:
quadbyte 2025-08-18 14:08:58 -04:00
parent f300bfafcc
commit 7d3dc9c815
20 changed files with 77 additions and 119 deletions

View file

@ -68,7 +68,7 @@ NLoader {
id: notificationRect
color: Color.mSurface
radius: Style.radiusL * scaling
border.color: Color.mOutlineVariant
border.color: Color.mOutline
border.width: Math.max(1, Style.borderS * scaling)
width: 400 * scaling
height: 500 * scaling