From 83302a9797fa810e79560a54d04e08d16adfe01b Mon Sep 17 00:00:00 2001 From: eBrnd Date: Tue, 22 Sep 2015 17:11:18 +0200 Subject: [PATCH] spectrum: make second to last color less red --- animations/spectrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animations/spectrum.py b/animations/spectrum.py index d1621bd..e887cf9 100644 --- a/animations/spectrum.py +++ b/animations/spectrum.py @@ -25,7 +25,7 @@ BOX_MAP = [ COLORS = [ [50, 255, 50], [50, 255, 120], [50, 251, 255], [50, 120, 255], - [50, 50, 255], [180, 50, 255], [255, 50, 137], [255, 50, 50] + [50, 50, 255], [180, 50, 255], [255, 50, 198], [255, 50, 50] ]