summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/code-red/rrdcolors.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/themes/code-red/rrdcolors.inc.php')
-rwxr-xr-xusr/local/www/themes/code-red/rrdcolors.inc.php4
1 files changed, 2 insertions, 2 deletions
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');
OpenPOWER on IntegriCloud