Merge pull request 'main' (#2) from aaron/themes-community:main into main

Reviewed-on: friendica/themes-community#2
This commit is contained in:
Tobias Diekershoff 2022-06-21 04:51:27 +00:00
commit 4cc1095a25
48 changed files with 12538 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

1362
frio-blue/blue dark.css Normal file

File diff suppressed because it is too large Load Diff

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

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

1394
frio-blue/blue light.css Normal file

File diff suppressed because it is too large Load Diff

17
frio-blue/blue light.php 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;

1376
frio-blue/blue white.css Normal file

File diff suppressed because it is too large Load Diff

17
frio-blue/blue white.php 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;

2
frio-blue/readme.md Normal file
View File

@ -0,0 +1,2 @@
In order to use these themes, you need to upload the background patterns to the folder friendica/images and the themes to /friendica/view/theme/frio/scheme.
Then you will be able to select them from the front end via 1 click in the settings.

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 KiB

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

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;

1
frio-green/readme.md Normal file
View File

@ -0,0 +1 @@
In order to use these themes, you need to upload the background patterns to the folder friendica/images and the themes to /friendica/view/theme/frio/scheme. Then you will be able to select them from the front end via 1 click in the settings.

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

2
frio-red/readme.md Normal file
View File

@ -0,0 +1,2 @@
In order to use these themes, you need to upload the background patterns to the folder friendica/images and the themes to /friendica/view/theme/frio/scheme.
Then you will be able to select them from the front end via 1 click in the settings.

1359
frio-red/red dark.css Normal file

File diff suppressed because it is too large Load Diff

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

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

1394
frio-red/red light.css Normal file

File diff suppressed because it is too large Load Diff

17
frio-red/red light.php 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 = "#800000";
$nav_icon_color = "#fff";
$link_color = "#800000";
//$background_color = "#ededed";
//$login_bg_color = "#ededed";
$contentbg_transp = 100;

1376
frio-red/red white.css Normal file

File diff suppressed because it is too large Load Diff

18
frio-red/red white.php Normal file
View File

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