changed some colors
This commit is contained in:
parent
fbdd1da367
commit
aa6be9e129
1 changed files with 3 additions and 3 deletions
|
@ -196,7 +196,7 @@ highlight {
|
||||||
}
|
}
|
||||||
|
|
||||||
.disk-widget * {
|
.disk-widget * {
|
||||||
color: $purple;
|
color: $cyan;
|
||||||
font-size: $textsize;
|
font-size: $textsize;
|
||||||
}
|
}
|
||||||
.disk-util-progress {
|
.disk-util-progress {
|
||||||
|
@ -212,7 +212,7 @@ highlight {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ram-widget * {
|
.ram-widget * {
|
||||||
color: $yellow;
|
color: $darkblue;
|
||||||
font-size: $textsize;
|
font-size: $textsize;
|
||||||
}
|
}
|
||||||
.ram-util-progress {
|
.ram-util-progress {
|
||||||
|
@ -228,7 +228,7 @@ highlight {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cpu-widget * {
|
.cpu-widget * {
|
||||||
color: $green;
|
color: $red;
|
||||||
font-size: $textsize;
|
font-size: $textsize;
|
||||||
}
|
}
|
||||||
.cpu-util-progress {
|
.cpu-util-progress {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue