3

In Xcode 4, how do I change the color of a line highlighted by error correction?

example

In this example, the first highlighted line correctly uses the color set by the "Selection" option in "Fonts&Colors", while the other one is highlighted clicking on its warning sign. How do I change that color?

o0'.
  • 11,739
  • 19
  • 60
  • 87

1 Answers1

3

I've made an Xcode Plugin that allows you to customize the colors of the inline error and warning messages. See here.

Community
  • 1
  • 1
amadillu
  • 4,349
  • 1
  • 16
  • 15