themes-community/frio-red/red white.php

19 lines
430 B
PHP
Raw Normal View History

<?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 = "#800000";
$nav_icon_color = "#fff";
$link_color = "#800000";
//$background_color = "#ededed";
//$login_bg_color = "#ededed";
$contentbg_transp = 100;