From 3f126784b31d5b5011fb10be7802cf122d953d16 Mon Sep 17 00:00:00 2001 From: Bryan Paradis Date: Wed, 22 Jan 2014 23:09:02 -0500 Subject: added vnstat_php_frontend moving away from tar --- config/vnstat2/vnstat_php_frontend/themes/red/theme.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/vnstat2/vnstat_php_frontend/themes/red/theme.php (limited to 'config/vnstat2/vnstat_php_frontend/themes/red/theme.php') diff --git a/config/vnstat2/vnstat_php_frontend/themes/red/theme.php b/config/vnstat2/vnstat_php_frontend/themes/red/theme.php new file mode 100644 index 00000000..2c9ba6f4 --- /dev/null +++ b/config/vnstat2/vnstat_php_frontend/themes/red/theme.php @@ -0,0 +1,16 @@ + array( 225, 225, 225, 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( 0, 0, 0, 0 ), + 'text' => array( 0, 0, 0, 0 ), + 'rx' => array( 190, 20, 20, 50 ), + 'rx_border' => array( 80, 40, 40, 90 ), + 'tx' => array( 130, 130, 130, 50 ), + 'tx_border' => array( 60, 60, 60, 90 ) + ); +?> -- cgit v1.2.3