_color_rewrite_stylesheet($theme, &$info, &$paths, $palette, $style)
Rewrites the stylesheet to match the colors in the palette.
File
core/modules/color/color.module, line 512 Allows users to change the color scheme of themes.
Code
function _color_rewrite_stylesheet($theme, &$info, &$paths, $palette, $style) {
// Prepare color conversion table.
$conversion = $palette;
foreach ($conversion as $k => $v) {
$conversion[$k] = Unicode::strtolower($v);
}
$default = c