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)