custom blue for friendica theme frio

This commit is contained in:
aaron 2022-06-18 22:37:53 +00:00
parent 3713b79ead
commit f69c60675a
1 changed files with 17 additions and 0 deletions

17
frio-blue/blue white.php Normal file
View File

@ -0,0 +1,17 @@
<?php
/*
* Name: TROM blue light
* 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 = "#045ccc";
$nav_icon_color = "#fff";
$link_color = "#045ccc";
//$background_color = "#ededed";
//$login_bg_color = "#ededed";
$contentbg_transp = 100;