Renamed all color names so they are shorter
This commit is contained in:
parent
9e51fdc932
commit
06f8f93f83
51 changed files with 423 additions and 440 deletions
|
|
@ -51,10 +51,10 @@ NPill {
|
|||
|
||||
icon: root.batteryIcon()
|
||||
text: Math.round(root.percent) + "%"
|
||||
pillColor: Colors.colorSurfaceVariant
|
||||
iconCircleColor: Colors.colorPrimary
|
||||
iconTextColor: Colors.colorSurface
|
||||
textColor: charging ? Colors.colorPrimary : Colors.colorOnSurface
|
||||
pillColor: Colors.mSurfaceVariant
|
||||
iconCircleColor: Colors.mPrimary
|
||||
iconTextColor: Colors.mSurface
|
||||
textColor: charging ? Colors.mPrimary : Colors.mOnSurface
|
||||
tooltipText: {
|
||||
let lines = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue