eb5edad07a
frio: new scheme Plusminus aims to minimize empty design spaces
18 lines
427 B
PHP
18 lines
427 B
PHP
<?php
|
|
/*
|
|
* Name: Plusminus
|
|
* Author: hoergen
|
|
*
|
|
* List here all variables which will get overwritten through this scheme
|
|
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, contentbg_transp
|
|
*/
|
|
|
|
$nav_bg = "#000b95";
|
|
$nav_icon_color = "#eee";
|
|
$link_color = "#000b95";
|
|
//$background_color = "#ededed";
|
|
//$login_bg_color = "#ededed";
|
|
$contentbg_transp = 100;
|
|
|
|
|