]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
Merge branch '0.8.x' into userdesign
[quix0rs-gnu-social.git] / lib / common.php
index 51204cedeaa70e001d5c4020ba973d2b06ebc466..1381d80477f2506322abe96ed95fc3bb2412ff60 100644 (file)
@@ -71,6 +71,14 @@ $config =
         array('name' => 'Just another Laconica microblog',
               'server' => $_server,
               'theme' => 'default',
+              'skin' => 'default',
+              'design' =>
+              array('backgroundcolor' => '#F0F2F5',
+                    'contentcolor' => '#FFFFFF',
+                    'sidebarcolor' => '#CEE1E9',
+                    'textcolor' => '#000000',
+                    'linkcolor' => '#002E6E',
+                    'backgroundimage' => null),
               'path' => $_path,
               'logfile' => null,
               'logo' => null,