Reputation: 41
I have a theme installed. I just want to make the background darker than what it is, it really helps especially because I have vision problems. I guess I need to use the "Color scheme" from options, but I really couldn't find anything to change the background.
Upvotes: 1
Views: 1252
Reputation: 165471
To change the background color of the Editor tab, do the following:
File | Settings
(WebStorm | Preferences
on macOS)Editor | Color Scheme | General
Text | Default text
entry and change the background color there.An example: modified Dacrula theme with bright yellow background (yeah, looks completely unusable, but good for illustration purposes):
Please note: some languages can provide own background colors. E.g. PHP -- a typical PHP-code only file will have all code inside a single <?php
tag so you may see a different background color for PHP code compared to other languages. Test and adjust it as needed.
Note #2: GUI Theme (which is about styling the rest of the IDE GUI): it always linked to some Color Scheme (so the GUI and Editor area have similar colors). When you will be switching between GUI Themes make sure to double check the applied Color Scheme as well (if you need to use your custom one).
Useful shortcut: View | Quick Switch Scheme
-- it will bring a popup menu that allows quickly switching different themes and schemes.
Upvotes: 3