Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm : Darcula theme shows white background

Tags:

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.

enter image description here

like image 995
Sebastian Sulinski Avatar asked Oct 04 '15 08:10

Sebastian Sulinski


People also ask

What is the default theme for PhpStorm?

By default, PhpStorm uses the Darcula theme, unless you changed it during the first run. The interface theme is not the same as the color scheme, which defines the colors, fonts, and syntax-highlight for various text resources: the source code, search results, and so on.

How do I change the background image in PhpStorm?

Background image. You can set any image as a custom background for the editor and all tool windows in PhpStorm. Open the Settings/Preferences dialog Ctrl+Alt+S, select , and click the Background Image button. In the Background Image dialog, specify the image you want to use as the background, its opacity, filling and placement options.

What is the best PhpStorm theme for color blindness?

Netbeans light The creator of this design, Zachary Schuessler, ported this default Netbeans theme to Phpstorm because he believes it is the only theme with correct contrast with Tritanomaly color blindness. 11. Night and Nature Tomas Turan created this theme to one way or the other look like obsidian.

What is duotone dark theme in WordPress?

This is a sort of smooth theme that supports phpstorm too. As it name implies, it is a dark theme. Shades in DuoTone dark theme, help you in reducing the tone of less vital part of your code and assist in highlighting parts of great importance 4.


2 Answers

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:

enter image description here

like image 120
Ron C Avatar answered Oct 21 '22 23:10

Ron C


You have to set "scheme" in "editor->colors and fonts" to darcula. There are several other dark editor schemes you could try.

like image 31
RomanKonz Avatar answered Oct 22 '22 00:10

RomanKonz