From aa6be9e129a376fe84aad3f0d600758ab4bf9963 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 4 Sep 2024 17:42:54 +0200 Subject: [PATCH] changed some colors --- style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.scss b/style.scss index e519f59..ea9df82 100644 --- a/style.scss +++ b/style.scss @@ -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 {