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 markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-09-24.22:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443133168.29.0.476842830485.issue24820@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a short utility that parses TextMate XML-based theme files (which are also used by Sublime) and converts them into something IDLE can use. It's not a perfect match, because IDLE's themes are more restrictive, but it's not bad.

I'm attaching the output of the script (config-highlight.cfg), which was able to translate 17 themes. A few are kind of yucky, and they all need some tweaking for selection and shell colors, but it's not a bad place to start...
History
Date User Action Args
2015-09-24 22:19:28markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-09-24 22:19:28markrosemansetmessageid: <1443133168.29.0.476842830485.issue24820@psf.upfronthosting.co.za>
2015-09-24 22:19:28markrosemanlinkissue24820 messages
2015-09-24 22:19:28markrosemancreate