Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyScripter - change highlighting options/color scheme Python

Just wondering if anyone else is using PyScripter as a Python editing app.

I've been runnign my python IDLE in a black background and now find the default white of PyScripter to be blinding.

For the life of me I can't find the menu to change the "highlighting" portion of the program (where you open and modify .py files).

I did however find some exported configuration files that has already had the changes i want imposed: http://code.google.com/p/pyscripter/wiki/Customization

However I'd still like to know how to do it myself so i can spend some quality time with this editor. Thanks!

like image 590
PPTim Avatar asked Feb 11 '10 18:02

PPTim


People also ask

How do you change appearance in Python?

Right-click the upper-left corner of the Python console window and select Properties. In the dialog box that appears, pick the tab labeled Colors. On it you can set the screen background and text color.

How do I change the background from black to white in Pycharm?

Press Ctrl+Alt+S to open the IDE settings and select Appearance & Behavior | Appearance. Click the Background Image button.


2 Answers

Tools > options > editor options. Not being able to find these things really do irk me.

like image 141
PPTim Avatar answered Nov 03 '22 02:11

PPTim


right click on the editor pane, choose editor options, syntax colors and then change the 'space' color to black. You then have to change all the other syntax color options so that you can see them again though!

like image 24
Dna Avatar answered Nov 03 '22 02:11

Dna