Switched to Material3 colors principle
- works with matugen only for now - need to restore rosepine
This commit is contained in:
parent
7fced5df95
commit
73c7ba8cdc
55 changed files with 519 additions and 583 deletions
|
|
@ -51,10 +51,10 @@ NPill {
|
|||
|
||||
icon: root.batteryIcon()
|
||||
text: Math.round(root.percent) + "%"
|
||||
pillColor: Colors.surfaceVariant
|
||||
iconCircleColor: Colors.accentPrimary
|
||||
iconTextColor: Colors.backgroundPrimary
|
||||
textColor: charging ? Colors.accentPrimary : Colors.textPrimary
|
||||
pillColor: Colors.colorSurfaceVariant
|
||||
iconCircleColor: Colors.colorPrimary
|
||||
iconTextColor: Colors.colorSurface
|
||||
textColor: charging ? Colors.colorPrimary : Colors.colorOnSurface
|
||||
tooltipText: {
|
||||
let lines = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue