2016-03-28 16:29:05 +02:00
|
|
|
<?php
|
2016-04-29 01:49:09 +02:00
|
|
|
/*
|
|
|
|
* Name: Red
|
|
|
|
* Author: Rabuzarus
|
|
|
|
*
|
2018-04-25 02:26:14 +02:00
|
|
|
* List here all variables which will get overwritten through this scheme
|
|
|
|
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, contentbg_transp
|
2016-04-29 01:49:09 +02:00
|
|
|
*/
|
2016-03-28 16:29:05 +02:00
|
|
|
|
|
|
|
$nav_bg = "#870000";
|
|
|
|
$nav_icon_color = "#f5f5f5";
|
|
|
|
$link_color = "#b50404";
|
2018-04-25 02:26:14 +02:00
|
|
|
$background_color = "#ededed";
|
2016-03-28 16:29:05 +02:00
|
|
|
$contentbg_transp = 95;
|
|
|
|
|