Friday, May 14, 2010

Python IDLE themes

It is pretty easy customize python IDLE font, syntax highlight. In order to change the font to consolas add the following to ~/.idlerc/config-main.cfg file (or download it from here):
[EditorWindow]
font-size = 11
font = consolas
There are two themes available desert and steam. Just download config-highlight.cfg into ~/.idlerc folder and add this to ~/.idlerc/config-main.cfg file:
[Theme]
default = 0
name = desert
The changes take place the next time you start IDLE.

No comments :

Post a Comment