Filters the color schemes registered for use with Twenty Fifteen.
Description
The default schemes include 'default', 'dark', 'yellow', 'pink', 'purple', and 'blue'.
Parameters
$schemesarray
{ Associative array of color schemes data. @type array $slug { Associative array of information for setting up the color scheme. @type string $label Color scheme label. @type array $colors HEX codes for default colors prepended with a hash symbol ('#'). Colors are defined in the following order: Main background, sidebar background, box background, main text and link, sidebar text and link, meta box background. } }
$slugarray
Associative array of information for setting up the color scheme.
$labelstring
Color scheme label.
$colorsarray
HEX codes for default colors prepended with a hash symbol ('#'). Colors are defined in the following order: Main background, sidebar background, box background, main text and link, sidebar text and link, meta box background.
174* Colors are defined in the following order: Main background, sidebar175* background, box background, main text and link, sidebar text and link,176* meta box background.177*}178*}179*/180returnapply_filters(181'twentyfifteen_color_schemes',182array(183'default'=>array(184'label'=>__('Default','twentyfifteen'),185'colors'=>array(186'#f1f1f1',
History
Introduced in Twenty Fifteen 1.0. Unchanged from 6.7.7 through 7.1.0.