Reputation: 7863
Is it possible to change background color of the Python Shell from white to black for example. I did find how to change text color, but can't figure out how to change background color. I'm running it under the Windows. Any suggestions?
Upvotes: 4
Views: 100242
Reputation: 1
You can,,go to options then configure IDE, then on the settings window select highlights, on the rightside press the button below a builtin theme, then choose your choice theme
Upvotes: -1
Reputation: 21
just go through simple steps - go to options - configure IDLE - highlighting - then select background and click on choose color for: - you can change the color to any color but becareful if u change only the background color the foreground color may not be visible because they both might be black
Enjoy
Upvotes: 2
Reputation: 1853
If you are reffering to the window idle for example for version 2.6 there is now way to change the background color from withe to another one. But you can change the background color of your text if you go to options. Another thing you can do is to use other gui for python which could be more elaborated such as eclipse pydev or to use a text editor you like and configure it the way you want to write your scripts and then run them into the idle.
Upvotes: 2
Reputation: 123463
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.
Upvotes: 4
Reputation: 2974
if you are refereeing to IDLE i did this simple steps from this link
(its for ubuntu but worked in windows as well)
http://ubuntuforums.org/showthread.php?t=657799
and if you are talking about the windows Prompt , you can use the color command or just right click & select properties & edit the color settings
Upvotes: 9