mirror of https://github.com/friendica/friendica
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
348 B
PHTML
16 lines
348 B
PHTML
![]()
7 years ago
|
<?php
|
||
![]()
7 years ago
|
/*
|
||
|
* Name: Red
|
||
|
* Author: Rabuzarus
|
||
|
*
|
||
5 years ago
|
* List here all variables which will get overwritten through this scheme
|
||
|
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, contentbg_transp
|
||
![]()
7 years ago
|
*/
|
||
![]()
7 years ago
|
|
||
|
$nav_bg = "#870000";
|
||
|
$nav_icon_color = "#f5f5f5";
|
||
|
$link_color = "#b50404";
|
||
5 years ago
|
$background_color = "#ededed";
|
||
![]()
7 years ago
|
$contentbg_transp = 95;
|
||
|
|