Upload files to 'frio-red'
1 color needs to be changed still.
This commit is contained in:
parent
70c23074e8
commit
65cd6abf4c
5 changed files with 2790 additions and 0 deletions
2
frio-red/readme.md
Normal file
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
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
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
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
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue