From 5a85a8599efad090ec5ef0f32ed2a519025c9afb Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 31 Oct 2019 16:17:26 +0100 Subject: [PATCH] py3status: change OK color to neutral --- py3status/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3status/config b/py3status/config index 49a12f1..a218d46 100644 --- a/py3status/config +++ b/py3status/config @@ -10,7 +10,7 @@ general { colors = true # These will be used if not supplied by a module color = '#f2f0ec' - color_good = '#00e6ac' + color_good = '#f2f0ec' color_bad = '#f2777a' color_degraded = '#ffcc66' interval = 5