commit d559d7f1d52159cc757336e1890f0ad804a08f3f
parent 1a8b577397f739d74bc977bf2faa9b238c73d840
Author: Bart Polot <bart@net.in.tum.de>
Date: Mon, 17 Feb 2014 15:26:25 +0000
- colors
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/contrib/log.php b/contrib/log.php
@@ -4,7 +4,10 @@ $path='log';
$lines = array();
$peers = array();
$ajax = FALSE;
-$colors = array('#F00', '#0C0', '#44F', '#FF0', '#F0F', '#0FF');
+$colors = array('#F00', '#F80', '#FF0',
+ '#4F0', '#0A0',
+ '#22F', '#ADF', '#0FF', '#F0F', '#508', '#FAA',
+ '#FFF', '#AAA', '#666', '#222');
function render_row ($d, $component, $pid, $level, $msg, $c)
{