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
|
* @since _s 1.0
|
||||||
*/
|
*/
|
||||||
$themecolors = array(
|
$themecolors = array(
|
||||||
'bg' => 'ffffff',
|
'bg' => '',
|
||||||
'border' => 'eeeeee',
|
'border' => '',
|
||||||
'text' => '444444',
|
'text' => '',
|
||||||
|
'link' => '',
|
||||||
|
'url' => '',
|
||||||
);
|
);
|
||||||
|
|
Reference in New Issue