forked from mirror/_s
_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:
parent
553c12f513
commit
9e817e0aa4
|
@ -12,7 +12,9 @@
|
|||
* @since _s 1.0
|
||||
*/
|
||||
$themecolors = array(
|
||||
'bg' => 'ffffff',
|
||||
'border' => 'eeeeee',
|
||||
'text' => '444444',
|
||||
'bg' => '',
|
||||
'border' => '',
|
||||
'text' => '',
|
||||
'link' => '',
|
||||
'url' => '',
|
||||
);
|
||||
|
|
Reference in New Issue