From: Sarven Capadisli Date: Tue, 23 Jun 2009 21:26:47 +0000 (+0000) Subject: Using default theme design values (it was previously set to identica X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d3e990ed47ee1c7130e1febabe7133884a85c80;p=quix0rs-gnu-social.git Using default theme design values (it was previously set to identica theme) --- diff --git a/lib/common.php b/lib/common.php index 76eb4a9785..8eb464d7db 100644 --- a/lib/common.php +++ b/lib/common.php @@ -95,9 +95,9 @@ $config = 'server' => $_server, 'theme' => 'default', 'design' => - array('backgroundcolor' => '#F0F2F5', + array('backgroundcolor' => '#CEE1E9', 'contentcolor' => '#FFFFFF', - 'sidebarcolor' => '#CEE1E9', + 'sidebarcolor' => '#C8D1D5', 'textcolor' => '#000000', 'linkcolor' => '#002E6E', 'backgroundimage' => null,