Dark Theme question
I have tried a couple of the settings for a dark theme, but when I open a Python Console using 'Tools - Run Python Console', I get a white background AND white font. Is there a way to configure it so I get either a dark background, or a dark font?
Thanks.
Please sign in to leave a comment.
I tried yet another theme, the darkblue_color.xml file in the forums, and it gave me the dark console background. I found the line:
<option name="CONSOLE_BACKGROUND_KEY" value="141414" />
in the <colors> section, added it to my theme, restarted, and the console was now dark.
thanks.
Just want to mention that background color can be configured using UI: File | Settings | Editor | Colors and Fonts | General | Console backgroud.
Best regards,
Oleg