Subversion Repositories ALCASAR

Rev

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

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