<?
$font                    =  '';
$colors['php_coment']    =  '#808080';
$colors['php_variable']  =  '#005300';
$colors['php_number']    =  '#8c7340';
$colors['php_operator']  =  '#010000';
$colors['php_keyword']   =  '#080764';
$colors['php_string']    =  '#662756';
$colors['html_unquoted'] =  '#005480';
$colors['html_php']      =  '#73408d';
$colors['html_script']   =  '#9754b9';
$colors['html_comment']  =  '#808080';
$colors['html_string']   =  '#008000';
$colors['html_number']   =  '#8c7340';
$colors['html_att_unknown']= '#738c40';
$colors['html_att']       = '#8c7340';
$colors['html_tag_unkown']= '#8c7340';
$colors['html_tag']       = '#73408c';
$colors['background']     = '#ededed';
$colors['caret']           = '#c8bcf7';
?>