mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-13 00:54:03 +00:00
Delete bookface - loma/light/bookfacelight.php
This commit is contained in:
parent
618e37100a
commit
792ba0cc53
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
* Copyright (C) 2010-2025, the Friendica project
|
||||
* SPDX-FileCopyrightText: 2010-2025 the Friendica project
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*
|
||||
* Name: loma hell (ligh) final
|
||||
* Licence: AGPL
|
||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
||||
* Accented: Yes
|
||||
* Version: 1.0
|
||||
*/
|
||||
|
||||
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
||||
|
||||
$accentColor = new Color($scheme_accent);
|
||||
|
||||
$nav_bg = '#ffffff';
|
||||
$nav_icon_color = '#606637';
|
||||
$link_color = '#' . $accentColor->lighten(10);
|
||||
// overrid ugly blue accent color
|
||||
if ( $link_color == "#33a2e0" ){
|
||||
$link_color = "#0066ff";
|
||||
}
|
||||
$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