Home
last modified time | relevance | path

Searched +full:background +full:- +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.php22 'background-color' => array()
33 * @return int Sort order - Low numbers go before high numbers
47 * @return string normal|block|stack - how this plugin is handled regarding paragraphs
59 $this->Lexer->addEntryPattern(':{2,}(?=.*?:{2,})', $mode, 'plugin_emphasis_font');
63 $this->Lexer->addExitPattern(':{2,}', 'plugin_emphasis_font');
80 $colortype = ($match[0] == ':' ? 'color':'background-colo
[all...]