changed some colors

This commit is contained in:
pika 2024-09-04 17:42:54 +02:00
parent fbdd1da367
commit aa6be9e129

View file

@ -196,7 +196,7 @@ highlight {
}
.disk-widget * {
color: $purple;
color: $cyan;
font-size: $textsize;
}
.disk-util-progress {
@ -212,7 +212,7 @@ highlight {
}
.ram-widget * {
color: $yellow;
color: $darkblue;
font-size: $textsize;
}
.ram-util-progress {
@ -228,7 +228,7 @@ highlight {
}
.cpu-widget * {
color: $green;
color: $red;
font-size: $textsize;
}
.cpu-util-progress {