forked from friendica/themes-community
custom green for friendica theme frio
This commit is contained in:
parent
54e1979357
commit
f5bd7165e7
17
frio-green/green white.php
Normal file
17
frio-green/green white.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/*
|
||||
* Name: TROM green white
|
||||
* Author: tio
|
||||
*
|
||||
* 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 = "#2c8756";
|
||||
$nav_icon_color = "#fff";
|
||||
$link_color = "#2c8756";
|
||||
//$background_color = "#ededed";
|
||||
//$login_bg_color = "#ededed";
|
||||
$contentbg_transp = 100;
|
||||
|
||||
|
Loading…
Reference in a new issue