Enaml
0.9.1
Site
Getting Started
Developer Guides
Architecture Reference
FAQs
Examples
API Reference
Page
enaml.scintilla.idle_theme
Index
Getting Started
Developer Guides
Architecture Reference
FAQs
Examples
API Reference
applib
application
colors
core
fonts
icon
image
layout
nodevisitor
scintilla
idle_theme
scintilla
stdlib
styling
validator
version
widgets
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.