Lines Matching defs:color
96 'name' => 'theme-color',
573 * @param string $color overwrite the theme color.
577 function my_favicons($color = null) {
581 /* Theme color:
582 if ($color == null) {
588 $color = $replacements['__theme_color__'];
590 if ($color== null) { $color = '#2b73b7'; }
592 echo DOKU_TAB . "<meta name=\"theme-color\" content=\"" . $color . "\" />".NL; */