mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Adjust menu accent color
increment version number
This commit is contained in:
parent
5294d68dec
commit
99f2d40319
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
||||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
||||||
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
||||||
* Accented: Yes
|
* Accented: Yes
|
||||||
* Version: 1.1
|
* Version: 1.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
||||||
|
|
||||||
$accentColor = new Color($scheme_accent);
|
$accentColor = new Color($scheme_accent);
|
||||||
|
|
||||||
$menu_background_hover_color = '#' . $accentColor->darken(45);
|
$menu_background_hover_color = '#' . $accentColor->darken(20);
|
||||||
$nav_bg = '#252728';
|
$nav_bg = '#252728';
|
||||||
$link_color = '#' . $accentColor->lighten(10);
|
$link_color = '#' . $accentColor->lighten(10);
|
||||||
// override ugly blue accent color
|
// override ugly blue accent color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue