jetbrains icon indicating copy to clipboard operation
jetbrains copied to clipboard

Contents of Target folder on a Java project is hard to read

Open tetio opened this issue 2 years ago • 1 comments

Contents of Target folder on a Java project can't be seen due to the foreground (blue-greyish) / background (grey) color combination. One must select the item to see the text. Screenshot 2022-11-23 at 07 34 24

tetio avatar Nov 23 '22 06:11 tetio

Its common in all languages. Problem is with non project and test files. Until it is fixed by theme you can fix it on your IDE because this part is managed by IntelliJ also.

Settings->Appearance & behaviour->File Colors

There is two possible solutions:

  • Uncheck "Enable file colors"
  • Use custom colors for scopes

tturalija avatar Mar 06 '23 09:03 tturalija