Reputation: 6045
I'm not sure what has happened, but this morning when I opened PhpStorm the background of the editor is now white even though the selected theme is still Darcula - any idea? It was all good last night - but now it's all white.
Upvotes: 22
Views: 8940
Reputation: 1206
You are looking in the wrong place. The background color (and the code colors) is not determined by the theme, but by the scheme.
You can choose the scheme by going to Editor > Colors & Fonts
:
You also have a preview of how the scheme will look like on every file type:
Upvotes: 33
Reputation: 1193
Go to Preferences -> Colors & Fonts -> General -> Default Text -> Background Color and uncheck the inheritance box and select your color.
I had the same problem when I installed the new PHPStorm V10.
Upvotes: 1
Reputation: 1027
You have to set "scheme" in "editor->colors and fonts" to darcula. There are several other dark editor schemes you could try.
Upvotes: 7