summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/rrdcolors.inc.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-15 21:43:51 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-15 21:43:51 +0100
commit85071ea22b22b70b1d3955cf131e4646cf3d818c (patch)
tree76f1c7c62fdd7be65de20f5e032b37b35edcbc7b /usr/local/www/themes/metallic/rrdcolors.inc.php
parente2faab6d55975fd9af4167756406f848bcd910c9 (diff)
downloadpfsense-85071ea22b22b70b1d3955cf131e4646cf3d818c.zip
pfsense-85071ea22b22b70b1d3955cf131e4646cf3d818c.tar.gz
Add more colors to themes
Diffstat (limited to 'usr/local/www/themes/metallic/rrdcolors.inc.php')
-rw-r--r--usr/local/www/themes/metallic/rrdcolors.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/themes/metallic/rrdcolors.inc.php b/usr/local/www/themes/metallic/rrdcolors.inc.php
index 09956cc..1ed3027 100644
--- a/usr/local/www/themes/metallic/rrdcolors.inc.php
+++ b/usr/local/www/themes/metallic/rrdcolors.inc.php
@@ -30,11 +30,11 @@
/* This file is included by the RRD graphing page and sets the colors */
-$colortrafficup = array("666666", "CCCCCC");
-$colortrafficdown = array("990000", "CC0000");
+$colortrafficup = array("666666", "CCCCCC", "b36666", "bd9090");
+$colortrafficdown = array("990000", "CC0000", "b36666", "bd9090");
+$colorpacketsup = array("666666", "CCCCCC", "b36666", "bd9090");
+$colorpacketsdown = array("990000", "CC0000", "b36666", "bd9090");
$colortraffic95 = array("660000", "FF0000");
-$colorpacketsup = 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