enaml.scintilla.idle_theme

Data

IDLE_THEME
enaml.scintilla.idle_theme.IDLE_THEME = {'python': {'comment': {'color': '#919191'}, 'single_quoted_string': {'color': '#00A33F'}, 'class_name': {'color': '#21439C'}, 'function_method_name': {'color': '#21439C'}, 'operator': {'color': '#FF5600'}, 'double_quoted_string': {'color': '#00A33F'}, 'triple_double_quoted_string': {'color': '#00A33F'}, 'decorator': {'color': '#DAD085'}, 'comment_block': {'color': '#919191'}, 'keyword': {'color': '#FF5600'}, 'triple_single_quoted_string': {'color': '#00A33F'}, 'unclosed_string': {'color': '#00A33F', 'paper': '#EECCCC'}, 'highlighted_identifier': {'color': '#A535AE'}}, 'enaml': {'comment': {'color': '#919191'}, 'single_quoted_string': {'color': '#00A33F'}, 'class_name': {'color': '#21439C'}, 'function_method_name': {'color': '#21439C'}, 'operator': {'color': '#FF5600'}, 'double_quoted_string': {'color': '#00A33F'}, 'triple_double_quoted_string': {'color': '#00A33F'}, 'decorator': {'color': '#DAD085'}, 'comment_block': {'color': '#919191'}, 'keyword': {'color': '#FF5600'}, 'triple_single_quoted_string': {'color': '#00A33F'}, 'unclosed_string': {'color': '#00A33F', 'paper': '#EECCCC'}, 'highlighted_identifier': {'color': '#A535AE'}}, 'settings': {'caret': '#000000', 'color': '#000000', 'paper': '#FFFFFF', 'font': '12pt Consolas'}}

A Scintilla highlight theme based on the Python IDLE environment.