PhpStorm input dialog color - phpstorm

Some dialog windows of PhpStorm are using a black color to text and over a black background sometimes is hard to read.
Can I change the color of these inputs using some settings?
EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default

"EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default"
It is expected behavior in your case -- you are trying to use dark GUI Theme (Darcula) with light Color Schema (Editor area colors) which meant to work with light GUI Themes.
But yes -- such color is possible to change.
Settings/Preferences
Editor | Colors & Fonts | General
Text | Default Text
Change/Assign desired color to Foreground styling option
Changing colors:
Actual result:
P.S.
I've used Darcula GUI Theme + Default Color Schema.
It's possible that you may need to restart IDE for other combinations.

Resetting the settings maybe possibly fix the problem
https://www.jetbrains.com/help/phpstorm/2016.1/project-and-ide-settings.html

Related

Remove the white outline box from PhpStorm editor

PhpStorm recently updated and reset all my editor settings, I can not find the setting though to get rid of the white selection box when you click on a variable.
You need to modify Identifier under caret color settings in Settings | Editor | Color Scheme | General |Code - in Material UI color schemes, it has bordered effect enabled

How to change PhpStorm theme bin/console background color / font color on error

The text is very hard to see in a dark console.
How can I change those colors?
I'm using PhpStorm Darcula Theme
You have to modify the theme e.g
Open
Preferences -> Editor -> Colors & Fonts -> Console Colors
Then press Save As button and give theme copy name and change the desired color, as given below
Change gray color in 'Console colors' to F1DDDD, to get same effect as on the image.
UPDATE: now color name is White(Gray) instead of Gray.

Xcode project navigator background color

When a window is active in xcode project navigator background color blue, and when two or more it is default. How to make that it was always defaulted?
http://imgur.com/a/B2VFr
There's two ways to change colors in Xcode.
First is the "Fonts & Colors" tab in Xcode's preferences, which look like this:
That doesn't change the color of the files in the Project Navigator, though. To do that, in System Preferences there's a tab helpfully named "General", you can change the settings for your system in it. Here's what it looks like for me now:
I chose "Graphite", and that changes selected files in the Project Navigator to have gray surrounding the filenames.
So, the problem was on the system side. The wallpapers color mixed with color of IDE. I reduced transparency. So that was it.

How to change inspections column background color in PhpStorm?

Code inspections are highlighted on the right-side of the editor as red/yellow lines. I want to change the background color of the entire column (not the color of individual inspections).
In previous versions of PhpStorm (with the Darcula theme), the column was a grey color. In PhpStorm 10, it is now transparent. Is there a way to change the background color?
Not really. That color is part of the IDE Theme which is not user configurable.
But you can show some background there:
Help | Find Action...
Look for Registry there (exact match)
Once got inside Registry window look for editor.transparent.scrollbar and uncheck it (user modified values will be displayed in bold .. so make sure you have changed it, not just "Click and that's enough")

PhpStorm : Darcula theme shows white background

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.
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:
You have to set "scheme" in "editor->colors and fonts" to darcula.
There are several other dark editor schemes you could try.
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.