| | 90 | /** |
| | 91 | * Filter the color schemes registered for use with Twenty Fifteen. |
| | 92 | * |
| | 93 | * The default schemes include 'default', 'dark', 'yellow', 'pink', 'purple', and 'blue'. |
| | 94 | * |
| | 95 | * @since Twenty Fifteen 1.0 |
| | 96 | * |
| | 97 | * @param array $schemes { |
| | 98 | * Associative array of color schemes data. |
| | 99 | * |
| | 100 | * @type array $slug { |
| | 101 | * Associative array of information for setting up the color scheme. |
| | 102 | * |
| | 103 | * @type string $label Color scheme label. |
| | 104 | * @type array $colors HEX codes for default colors prepended with a hash symbol ('#'). |
| | 105 | * Colors are defined in the following order: Main background, sidebar |
| | 106 | * background, box background, main text and link, sidebar text and link, |
| | 107 | * meta box background. |
| | 108 | * } |
| | 109 | * } |
| | 110 | */ |