Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 324
k0pernikus Avatar asked Sep 05 '25 15:09

k0pernikus


2 Answers

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

like image 167
WebArtisan Avatar answered Sep 08 '25 10:09

WebArtisan


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

like image 31
Christian Stade-Schuldt Avatar answered Sep 08 '25 12:09

Christian Stade-Schuldt