From eb4dd7c27ad5cde19df9b1902ef08f1adf20bf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 19 Feb 2024 09:06:04 +0100 Subject: [PATCH] fix merge --- frio-with-threadview/threadview.php | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/frio-with-threadview/threadview.php b/frio-with-threadview/threadview.php index 42f1efc..52b68c2 100644 --- a/frio-with-threadview/threadview.php +++ b/frio-with-threadview/threadview.php @@ -1,6 +1,6 @@ * Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, login_bg_color, contentbg_transp @@ -19,27 +19,3 @@ $background_color = "#ededed"; $login_bg_color = "#ededed"; $contentbg_transp = 100; $background_image = ''; -||||||| parent of dbdcb07 (Add Threadview to Frio) -======= - - * Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, login_bg_color, contentbg_transp - * Accented: yes - */ - -require_once 'view/theme/frio/php/PHPColors/Color.php'; - -$accentColor = new Color($scheme_accent); - -$nav_bg = '#' . $accentColor->darken(10); -$menu_background_hover_color = '#' . $accentColor->darken(5); -$nav_icon_color = "#fff"; -$link_color = '#' . $accentColor->getHex(); -$background_color = "#ededed"; -$login_bg_color = "#ededed"; -$contentbg_transp = 100; -$background_image = ''; ->>>>>>> dbdcb07 (Add Threadview to Frio)