Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2281 tom.houday 1
<?php
2
 
3
$colorscheme = [
4
	'image_background'   => [ 255, 255, 255,   0 ],
5
	'graph_background'   => [ 220, 220, 230,   0 ],
6
	'graph_background_2' => [ 205, 205, 220,   0 ],
7
	'grid_stipple_1'     => [ 140, 140, 140,   0 ],
8
	'grid_stipple_2'     => [ 200, 200, 200,   0 ],
9
	'border'             => [   0,   0,   0,   0 ],
10
	'text'               => [   0,   0,   0,   0 ],
11
	'rx'                 => [ 190, 190,  20,  50 ],
12
	'rx_border'          => [  40,  80,  40,  90 ],
13
	'tx'                 => [ 130, 160, 100,  50 ],
14
	'tx_border'          => [  80,  40,  40,  90 ]
15
];