main #2

Merged
tobias merged 42 commits from aaron/themes-community:main into main 2022-06-21 06:51:27 +02:00
Showing only changes of commit f5bd7165e7 - Show all commits

View 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;