Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
1524 franck 1
<?php
2
    // A dark colorscheme based on a contribution by Márcio Bremm
3
    // It is based also on Espresso (gtkrc theme) by Jesse L. Kay
4
    $colorscheme = array(
5
         'image_background'   => array( 065, 061, 057,   0 ),
6
	 'graph_background'   => array( 117, 111, 104,  30 ),
7
	 'graph_background_2' => array( 128, 122, 102,  30 ),
8
	 'grid_stipple_1'     => array( 140, 140, 140,   0 ),
9
         'grid_stipple_2'     => array( 200, 200, 200,   0 ),
10
	 'border'             => array( 211, 202, 170,   0 ),
11
	 'text'               => array( 211, 202, 170,   0 ),
12
	 'rx'                 => array( 211, 202, 170,  50 ),
13
	 'rx_border'	      => array(  80,  40,  40,  90 ),
14
	 'tx'	              => array( 163, 156, 131,  50 ),
15
	 'tx_border'          => array(  60,  60,  60,  90 )
16
     );
17
?>