<?
$font                    =  '';
$colors['php_coment']    =  '#808080';
$colors['php_variable']  =  '#3ea878';
$colors['php_number']    =  '#caa65c';
$colors['php_operator']  =  '#ded6db';
$colors['php_keyword']   =  '#9c2d7d';
$colors['php_string']    =  '#d89522';
$colors['html_unquoted'] =  '#005480';
$colors['html_php']      =  '#73408d';
$colors['html_script']   =  '#73408d';
$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']     = '#000001';
$colors['caret']           = '#000462';
?>