nausea

curses audio visualizer
git clone git://git.2f30.org/nausea
Log | Files | Refs | README | LICENSE

commit cfcd8b79822fb4a5cc63218d727f5fefe018f6b8
parent 025a645457c338d0488b282822cecace4b8e3acb
Author: sin <sin@2f30.org>
Date:   Mon, 18 Nov 2013 14:52:36 +0000

Change color range percentages

Diffstat:
Mspectrum.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spectrum.c b/spectrum.c @@ -64,9 +64,9 @@ static struct color_range { int scaled_min; int scaled_max; } color_ranges[] = { - { 1, 0, 40, COLOR_RED, COLOR_BLACK }, - { 2, 40, 70, COLOR_YELLOW, COLOR_BLACK }, - { 3, 70, 100, COLOR_GREEN, COLOR_BLACK } + { 1, 0, 20, COLOR_RED, COLOR_BLACK }, + { 2, 20, 60, COLOR_YELLOW, COLOR_BLACK }, + { 3, 60, 100, COLOR_GREEN, COLOR_BLACK } }; static void