Filters the color schemes registered for use with Twenty Sixteen.
Description
The default schemes include 'default', 'dark', 'gray', 'red', and 'yellow'.
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, page background, link, main text, secondary text. } }
$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, page background, link, main text, secondary text.
307* @type array$colorsHEX codes fordefault colors prepended with a hash symbol('#').308* Colors are defined in the following order: Main background, page309* background, link, main text, secondary text.310*}311*}312*/313returnapply_filters(314'twentysixteen_color_schemes',315array(316'default'=>array(317'label'=>__('Default','twentysixteen'),318'colors'=>array(319'#1a1a1a',
History
Introduced in Twenty Sixteen 1.0. Unchanged from 6.7.7 through 7.1.0.