k0pernikus
k0pernikus

Reputation: 66430

Where to change the font color for the annotations in PhpStorm?

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?

Upvotes: 4

Views: 1636

Answers (2)

WebArtisan
WebArtisan

Reputation: 4227

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

Upvotes: 6

Christian Stade-Schuldt
Christian Stade-Schuldt

Reputation: 4861

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

Upvotes: 2

Related Questions