From fbdd1da3674c8b8ed3a9aca6f049ab73d341aed7 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 4 Sep 2024 17:38:13 +0200 Subject: [PATCH] changed the colors a bit --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 3500d98..e519f59 100644 --- a/style.scss +++ b/style.scss @@ -236,7 +236,7 @@ highlight { } .battery-widget * { - color: $pink; + color: $green; font-size: $textsize; } .battery-util-progress { @@ -244,7 +244,7 @@ highlight { } .battery-charging { - color: $orange; + color: $purple; } .battery-warning {