Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1532 → Rev 1533

/web/acc/manager/stats/themes/dark/theme.php
0,0 → 1,16
<?php
// A dark colorscheme based on a contribution by Mart Visser
$colorscheme = array(
'image_background' => array( 36, 36, 36, 0 ),
'graph_background' => array( 220, 220, 230, 0 ),
'graph_background_2' => array( 205, 205, 220, 0 ),
'grid_stipple_1' => array( 140, 140, 140, 0 ),
'grid_stipple_2' => array( 200, 200, 200, 0 ),
'border' => array( 71, 71, 71, 0 ),
'text' => array( 255, 255, 255, 0 ),
'rx' => array( 10, 180, 10, 50 ),
'rx_border' => array( 0, 120, 0, 90 ),
'tx' => array( 130, 130, 130, 50 ),
'tx_border' => array( 60, 60, 60, 90 )
);
?>