Reputation: 3
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
Upvotes: 0
Views: 109
Reputation: 165088
"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
Foreground
styling optionChanging 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.
Upvotes: 1
Reputation: 544
Resetting the settings maybe possibly fix the problem
https://www.jetbrains.com/help/phpstorm/2016.1/project-and-ide-settings.html
Upvotes: 0