4

PhpStorm offers the feature to show annotations of a file via Annotate.

I wanted to change to color as I am using a dark theme and the currently used dark blue is very hard to read since contrast is lacking.

phpstorm annotation with hard to read font

I was looking through the settings yet did not find the place to change it.

Where to set the annotation font color?

k0pernikus
  • 60,309
  • 67
  • 216
  • 347

2 Answers2

6

enter image description here Prefences and go to the General VCS Annotations

Community
  • 1
  • 1
WebArtisan
  • 3,996
  • 10
  • 42
  • 62
2

I am not a user of PHPStorm but I guess IntelliJ IDEA works the same. Go to Preferences->Editor->Color&Fonts->General and the look for VCS annotations:

IntelliJ IDEA Preferences

Christian Stade-Schuldt
  • 4,671
  • 7
  • 35
  • 30