_s: There's little worry about setting the wrong themecolors if you're manually including this file so let's have every array item and leave them blank for now

This commit is contained in:
Ian Stewart 2012-01-11 04:24:42 +00:00
parent 553c12f513
commit 9e817e0aa4
1 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,9 @@
* @since _s 1.0
*/
$themecolors = array(
'bg' => 'ffffff',
'border' => 'eeeeee',
'text' => '444444',
'bg' => '',
'border' => '',
'text' => '',
'link' => '',
'url' => '',
);