friendica/view/theme/frio/scheme/plusminus.php
hoergen eb5edad07a
Add files via upload
frio: new scheme Plusminus aims to minimize empty design spaces
2018-06-30 13:39:11 +02:00

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;