themes-community/frio-blue/blue light.php

18 lines
429 B
PHP
Raw Permalink Normal View History

2022-06-19 00:37:35 +02:00
<?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;