Subversion Repositories ALCASAR

Rev

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

<?php

$colorscheme = [
        'image_background'   => [ 255, 255, 255,   0 ],
        'graph_background'   => [ 220, 220, 230,   0 ],
        'graph_background_2' => [ 205, 205, 220,   0 ],
        'grid_stipple_1'     => [ 140, 140, 140,   0 ],
        'grid_stipple_2'     => [ 200, 200, 200,   0 ],
        'border'             => [   0,   0,   0,   0 ],
        'text'               => [   0,   0,   0,   0 ],
        'rx'                 => [ 190, 190,  20,  50 ],
        'rx_border'          => [  40,  80,  40,  90 ],
        'tx'                 => [ 130, 160, 100,  50 ],
        'tx_border'          => [  80,  40,  40,  90 ]
];