<?
$font                    =  '';
$colors['php_coment']    =  '#5a5a5a';
$colors['php_variable']  =  '#3ea878';
$colors['php_number']    =  '#b1804d';
$colors['php_operator']  =  '#aba0dc';
$colors['php_keyword']   =  '#af2db5';
$colors['php_string']    =  '#a7af48';
$colors['html_unquoted'] =  '#005480';
$colors['html_php']      =  '#9b56bf';
$colors['html_script']   =  '#9d57c1';
$colors['html_comment']  =  '#c5c5c5';
$colors['html_string']   =  '#00c500';
$colors['html_number']   =  '#c19e58';
$colors['html_att_unknown']= '#96b753';
$colors['html_att']       = '#c3a059';
$colors['html_tag_unkown']= '#cca85d';
$colors['html_tag']       = '#c36ced';
$colors['background']     = '#090732';
$colors['caret']           = '#0007bf';
?>