Adjust menu accent color

increment version number
This commit is contained in:
Random Penguin 2025-01-26 23:05:52 +00:00
parent 5294d68dec
commit 99f2d40319

View file

@ -10,14 +10,14 @@
* 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.1
* Version: 1.2
*/
require_once 'view/theme/frio/php/PHPColors/Color.php';
$accentColor = new Color($scheme_accent);
$menu_background_hover_color = '#' . $accentColor->darken(45);
$menu_background_hover_color = '#' . $accentColor->darken(20);
$nav_bg = '#252728';
$link_color = '#' . $accentColor->lighten(10);
// override ugly blue accent color