mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 15:48:26 +00:00
Delete bookface - loma/light/bookface.php
This commit is contained in:
parent
1fb58979f4
commit
42fc00fd3e
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
||||||
<?php
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2010-2024, the Friendica project
|
|
||||||
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
*
|
|
||||||
* Name: loma hell (light)
|
|
||||||
* Licence: AGPL
|
|
||||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
|
||||||
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, contentbg_transp
|
|
||||||
* Accented: No
|
|
||||||
*/
|
|
||||||
|
|
||||||
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
|
||||||
|
|
||||||
$accentColor = new Color($scheme_accent);
|
|
||||||
|
|
||||||
$nav_bg = '#f2f4f7';
|
|
||||||
$nav_icon_color = '#606637';
|
|
||||||
$link_color = '#0866ff';
|
|
||||||
$background_color = '#f2f4f7';
|
|
||||||
$background_image = '';
|
|
||||||
$contentbg_transp = 100;
|
|
||||||
$menu_background_hover_color = '#8080801a'; // rgba(128,128,128,.1)
|
|
||||||
$font_color = '#313131';
|
|
||||||
$font_color_darker = '#333';
|
|
||||||
$border_color = '#eee';
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue