Merge pull request 'main' (#2) from aaron/themes-community:main into main
Reviewed-on: https://git.friendi.ca/friendica/themes-community/pulls/2
BIN
backgrounds/bg-pattern-dark.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
backgrounds/bg-pattern-light.png
Normal file
After Width: | Height: | Size: 38 KiB |
1362
frio-blue/blue dark.css
Normal file
18
frio-blue/blue dark.php
Normal 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
17
frio-blue/blue light.php
Normal 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
17
frio-blue/blue white.php
Normal 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
|
@ -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.
|
BIN
frio-blue/screenshots/blue dark another profile 2.jpg
Normal file
After Width: | Height: | Size: 542 KiB |
BIN
frio-blue/screenshots/blue dark another profile.jpg
Normal file
After Width: | Height: | Size: 430 KiB |
BIN
frio-blue/screenshots/blue dark homepage 2.jpg
Normal file
After Width: | Height: | Size: 530 KiB |
BIN
frio-blue/screenshots/blue dark homepage.jpg
Normal file
After Width: | Height: | Size: 543 KiB |
BIN
frio-blue/screenshots/blue dark profile 2.jpg
Normal file
After Width: | Height: | Size: 460 KiB |
BIN
frio-blue/screenshots/blue dark profile.jpg
Normal file
After Width: | Height: | Size: 542 KiB |
BIN
frio-blue/screenshots/blue dark search result.jpg
Normal file
After Width: | Height: | Size: 509 KiB |
BIN
frio-blue/screenshots/blue light another profile.jpg
Normal file
After Width: | Height: | Size: 511 KiB |
BIN
frio-blue/screenshots/blue light homepage 2.jpg
Normal file
After Width: | Height: | Size: 554 KiB |
BIN
frio-blue/screenshots/blue light homepage.jpg
Normal file
After Width: | Height: | Size: 559 KiB |
BIN
frio-blue/screenshots/blue light profile 2.jpg
Normal file
After Width: | Height: | Size: 465 KiB |
BIN
frio-blue/screenshots/blue light profile.jpg
Normal file
After Width: | Height: | Size: 459 KiB |
BIN
frio-blue/screenshots/blue light search results.jpg
Normal file
After Width: | Height: | Size: 541 KiB |
BIN
frio-blue/screenshots/blue white another profile.jpg
Normal file
After Width: | Height: | Size: 559 KiB |
BIN
frio-blue/screenshots/blue white homepage 2.jpg
Normal file
After Width: | Height: | Size: 590 KiB |
BIN
frio-blue/screenshots/blue white homepage.jpg
Normal file
After Width: | Height: | Size: 571 KiB |
BIN
frio-blue/screenshots/blue white profile 2.jpg
Normal file
After Width: | Height: | Size: 493 KiB |
BIN
frio-blue/screenshots/blue white profile.jpg
Normal file
After Width: | Height: | Size: 598 KiB |
BIN
frio-blue/screenshots/blue white search results.jpg
Normal file
After Width: | Height: | Size: 559 KiB |
1359
frio-green/green dark.css
Normal file
18
frio-green/green dark.php
Normal 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
17
frio-green/green light.php
Normal 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
17
frio-green/green white.php
Normal 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
|
@ -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.
|
BIN
frio-green/screenshots/green dark profile.jpeg
Normal file
After Width: | Height: | Size: 540 KiB |
BIN
frio-green/screenshots/green dark.jpeg
Normal file
After Width: | Height: | Size: 388 KiB |
BIN
frio-green/screenshots/green light profile.jpeg
Normal file
After Width: | Height: | Size: 569 KiB |
BIN
frio-green/screenshots/green light.jpeg
Normal file
After Width: | Height: | Size: 592 KiB |
BIN
frio-green/screenshots/green white profile.jpeg
Normal file
After Width: | Height: | Size: 625 KiB |
BIN
frio-green/screenshots/green white.jpeg
Normal file
After Width: | Height: | Size: 684 KiB |
2
frio-red/readme.md
Normal 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
18
frio-red/red dark.php
Normal 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
17
frio-red/red light.php
Normal 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
18
frio-red/red white.php
Normal 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;
|
||||
|
||||
|