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 2191f102b3 - Show all commits

17
blue light 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;