spectrum: make second to last color less red

This commit is contained in:
eBrnd 2015-09-22 17:11:18 +02:00
parent 3a39fc5d37
commit 83302a9797
1 changed files with 1 additions and 1 deletions

View File

@ -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]
]