Home
last modified time | relevance | path

Searched +full:colors +(+path:plugin +path:emphasis) -(+path:plugin +path:emphasis +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/emphasis/conf/
H A Dmetadata.php3 $meta['colors'] = array('string');
4 $meta['background-colors'] = array('string');
H A Ddefault.php3 $conf['colors'] = '#009700, #ffb200, #ff0033';
4 $conf['background-colors'] = '#009700, #ffea00, #ff0033'
/plugin/emphasis/syntax/
H A Dfont.php84 $colors = explode(',', $this->getConf($colortype.'s'));
85 foreach($colors as $color) {