Julian A.
Julian A.

Reputation: 11470

IntelliJ cannot read scheme when starting

I keep getting error messages when I start IntelliJ. There are about 5 or 6 of them, all like the attached image, but each with a different color scheme named. Is there a way for me to fix this?

enter image description here

Upvotes: 0

Views: 894

Answers (1)

Daniel Rojas
Daniel Rojas

Reputation: 39

On Mac: open Finder and go to ~/Library/Preferences/IntelliJIdeaXX/colors and delete the conflicting color schema (Monokai.icls in your case), then open IntelliJ, the error message should not be shown up anymore.

Upvotes: 2

Related Questions