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:38:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443065913.56.0.432876251105.issue25225@psf.upfronthosting.co.za>
In-reply-to
Content
Current:
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 

  Strings 
   green 

  Comments 
    red 

  Definitions 
    blue   

Shell colors: 
 
  Console output 
    brown 

  stdout 
    blue 

  stderr 
    dark green 

  stdin 
    black
History
Date User Action Args
2015-09-24 03:38:33terry.reedysetrecipients: + terry.reedy
2015-09-24 03:38:33terry.reedysetmessageid: <1443065913.56.0.432876251105.issue25225@psf.upfronthosting.co.za>
2015-09-24 03:38:33terry.reedylinkissue25225 messages
2015-09-24 03:38:33terry.reedycreate