custom green for friendica theme frio

This commit is contained in:
aaron 2022-06-18 22:38:59 +00:00
parent 38f05cd072
commit 54e1979357
5 changed files with 4150 additions and 0 deletions

1359
frio-green/green dark.css Normal file

File diff suppressed because it is too large Load Diff

18
frio-green/green dark.php Normal file
View File

@ -0,0 +1,18 @@
<?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;

1387
frio-green/green light.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
<?php
/*
* Name: TROM green 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 = "#2c8756";
$nav_icon_color = "#fff";
$link_color = "#2c8756";
//$background_color = "#ededed";
//$login_bg_color = "#ededed";
$contentbg_transp = 100;

1369
frio-green/green white.css Normal file

File diff suppressed because it is too large Load Diff