summaryrefslogtreecommitdiff
path: root/modules/dashboard/Performance.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/Performance.qml')
-rw-r--r--modules/dashboard/Performance.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dashboard/Performance.qml b/modules/dashboard/Performance.qml
index 377f867..5d57e83 100644
--- a/modules/dashboard/Performance.qml
+++ b/modules/dashboard/Performance.qml
@@ -130,7 +130,7 @@ Item {
const totalFmt = SystemUsage.formatKib(SystemUsage.memTotal);
return `${usedFmt.value.toFixed(1)} / ${Math.floor(totalFmt.value)} ${totalFmt.unit}`;
}
- accentColor: Colours.palette.m3tertiary
+ accentColor: Colours.palette.m3primary
visible: Config.dashboard.performance.showMemory
}
@@ -689,7 +689,7 @@ Item {
line1Color: Colours.palette.m3secondary
line1FillAlpha: 0.15
line2: NetworkUsage.downloadBuffer
- line2Color: Colours.palette.m3tertiary
+ line2Color: Colours.palette.m3primary
line2FillAlpha: 0.2
maxValue: smoothMax
historyLength: NetworkUsage.historyLength
@@ -738,7 +738,7 @@ Item {
MaterialIcon {
text: "download"
- color: Colours.palette.m3tertiary
+ color: Colours.palette.m3primary
font.pointSize: Appearance.font.size.normal
}
@@ -759,7 +759,7 @@ Item {
}
font.pointSize: Appearance.font.size.normal
font.weight: Font.Medium
- color: Colours.palette.m3tertiary
+ color: Colours.palette.m3primary
}
}