Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
1533 richard 1
<?php
2
    // A red colorscheme based on a contribution by Enrico Tröger
3
    $colorscheme = array(
4
         'image_background'   => array( 225, 225, 225,   0 ),
5
	 'graph_background'   => array( 220, 220, 230,   0 ),
6
	 'graph_background_2' => array( 205, 205, 220,   0 ),
7
	 'grid_stipple_1'     => array( 140, 140, 140,   0 ),
8
         'grid_stipple_2'     => array( 200, 200, 200,   0 ),
9
	 'border'             => array(   0,   0,   0,   0 ),
10
	 'text'               => array(   0,   0,   0,   0 ),
11
	 'rx'                 => array( 190,  20,  20,  50 ),
12
	 'rx_border'	      => array(  80,  40,  40,  90 ),
13
	 'tx'	              => array( 130, 130, 130,  50 ),
14
	 'tx_border'          => array(  60,  60,  60,  90 )
15
     );
16
?>