themes-community/frio-green/green dark.php

19 lines
430 B
PHP
Raw Permalink Normal View History

2022-06-19 00:38:59 +02:00
<?php
/*
* Name: TROM green dark
* 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;