wp-content/themes/twentysixteen/inc/customizer.php:842Outputs an Underscore template for generating CSS for the color scheme.
function twentysixteen_color_scheme_css_template() { $colors = array( 'background_color' => '{{ data.background_color }}', 'page_background_color' => '{{ data.page_background_color }}', 'link_color' => '{{ data.link_color }}', 'main_text_color' => '{{ data.main_text_color }}', 'secondary_text_color' => '{{ data.secondary_text_color }}', 'border_color' => '{{ data.border_color }}', ); ?> <script type="text/html" id="tmpl-twentysixteen-color-scheme"> <?php echo twentysixteen_get_color_scheme_css( $colors ); ?> </script> <?php}Introduced in Twenty Sixteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentysixteen/inc/customizer.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.