mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
frio: readability improvement, first pass
This commit is contained in:
parent
545de9f9aa
commit
fb904ad5de
2 changed files with 7 additions and 5 deletions
|
@ -16,13 +16,15 @@ switch ($scheme_accent) {
|
|||
default:
|
||||
$link_color = '#' . $accentColor->lighten(25);
|
||||
}
|
||||
$nav_icon_color = $scheme_accent;
|
||||
$nav_icon_color = '#' . $accentColor->lighten(40);
|
||||
$nav_icon_hover_color = '#' . $accentColor->darken(20);
|
||||
|
||||
switch ($scheme_accent) {
|
||||
case FRIO_SCHEME_ACCENT_GREEN:
|
||||
case FRIO_SCHEME_ACCENT_RED:
|
||||
$nav_bg = '#' . $accentColor->darken(25);
|
||||
$background_color = '#' . $accentColor->darken(27);
|
||||
|
||||
$nav_bg = '#' . $accentColor->darken(27);
|
||||
$background_color = '#' . $accentColor->darken(29);
|
||||
break;
|
||||
default:
|
||||
$nav_bg = '#' . $accentColor->darken(30);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue