From dcdf955c107fb7d077d462d71c55bccf1ca6c80c Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 15 Feb 2010 14:02:00 -0500 Subject: Fix copypasta error. Had the wrong colors. --- usr/local/www/themes/code-red/rrdcolors.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/themes/code-red/rrdcolors.inc.php b/usr/local/www/themes/code-red/rrdcolors.inc.php index 9b03bd8..cbd6a8d 100755 --- a/usr/local/www/themes/code-red/rrdcolors.inc.php +++ b/usr/local/www/themes/code-red/rrdcolors.inc.php @@ -31,9 +31,9 @@ /* This file is included by the RRD graphing page and sets the colors */ $colortrafficup = array("666666", "CCCCCC"); -$colortrafficdown = array("666666", "CCCCCC"); +$colortrafficdown = array("990000", "CC0000"); $colorpacketsup = array("666666", "CCCCCC"); -$colorpacketsdown = array("666666", "CCCCCC"); +$colorpacketsdown = array("990000", "CC0000"); $colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); $colorprocessor = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); $colormemory = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); -- cgit v1.1