This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2015-09-24.03:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443066457.16.0.264545846404.issue25225@psf.upfronthosting.co.za>
In-reply-to
Content
Possible alternative, with additions and corrections:
--------------------
3. Syntax colors 

The coloring is applied in a background “thread,” so you may occasionally see uncolorized text.  To change the color scheme, edit the [Colors] section in config.txt.  

Python syntax colors: 
 
  Keywords: orange
  Builtins: purple
  Definitions: blue   
  Strings: green 
  Comments: red 

Shell colors: 
 
  Console output: brown
  Console error: black on red 
  stdin: black      
  stdout: blue 
  stderr: red

Other colors:
  Cursor: black
  Selected: black on gray
  Found: white on black
History
Date User Action Args
2015-09-24 03:47:37terry.reedysetrecipients: + terry.reedy
2015-09-24 03:47:37terry.reedysetmessageid: <1443066457.16.0.264545846404.issue25225@psf.upfronthosting.co.za>
2015-09-24 03:47:37terry.reedylinkissue25225 messages
2015-09-24 03:47:36terry.reedycreate