William Correa
William Correa

Reputation: 3

PhpStorm input dialog color

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?

current style of dialog system

EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default

Upvotes: 0

Views: 109

Answers (2)

LazyOne
LazyOne

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.

  1. Settings/Preferences
  2. Editor | Colors & Fonts | General
  3. Text | Default Text
  4. Change/Assign desired color to Foreground styling option

Changing colors:

enter image description here

Actual result:

enter image description here

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

Burak Demirezen
Burak Demirezen

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

Related Questions