PyScripter - change Python backlight / color scheme options

It's just interesting if anyone else uses PyScripter as a Python editing application.

I confused my python ID with a black background and now I see that the white PyScripter is blinding by default.

Throughout my life I can’t find a menu to change the “highlight” of a part of the program (where you open and modify .py files).

However, I found some exported configuration files that already had the changes I needed: http://code.google.com/p/pyscripter/wiki/Customization

However, I still would like to know how to do this, so I can spend some time with this editor. Thanks!

+6
python syntax-highlighting pyscripter
source share
2 answers

Tools> options> editor options. The inability to find these things really annoys me.

+5
source share

right-click on the editor panel, select editor options, syntax colors, and then change the color "space" to black. Then you need to change all the other syntax color options so you can see them again!

+1
source share

All Articles