friendica/view/theme/frio/schema/red.php

16 lines
330 B
PHP
Raw Normal View History

2016-03-28 16:29:05 +02:00
<?php
/*
* Name: Red
* Author: Rabuzarus
*
* List here all variables which will get overwritten through this schema
* Overwrites: nav_bg, nav_icon_color, link_color, bgcolor, contentbg_transp
*/
2016-03-28 16:29:05 +02:00
$nav_bg = "#870000";
$nav_icon_color = "#f5f5f5";
$link_color = "#b50404";
$bgcolor = "#ededed";
$contentbg_transp = 95;