_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
1 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,9 @@
|
|||
* @since _s 1.0
|
||||
*/
|
||||
$themecolors = array(
|
||||
'bg' => 'ffffff',
|
||||
'border' => 'eeeeee',
|
||||
'text' => '444444',
|
||||
'bg' => '',
|
||||
'border' => '',
|
||||
'text' => '',
|
||||
'link' => '',
|
||||
'url' => '',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue