From d559d7f1d52159cc757336e1890f0ad804a08f3f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 17 Feb 2014 15:26:25 +0000 Subject: - colors --- contrib/log.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/log.php b/contrib/log.php index 9a7f0a776..049addf66 100644 --- 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) { -- cgit v1.2.3