How to change TODO color?
I'm wondering how I can change the color of the TODO comment. It's pretty annoying since I'm using a more soothing theme than what came with IntelliJ, and this thing just sticks out with it's dark blueish color on my dark green background.
I've attached an image of how this looks for me.
Thanks!
Attachment(s):
IntelliJ 7.0.3 - TODO.PNG
Please sign in to leave a comment.
Settings -> IDE Settings -> TODO
Select the flag pattern you want to change and click the Edit button. The resulting dialog allows you to change the detection pattern (RE), the report icon shown in the TODO window (Window -> Tool Windows -> TODO / ALT+6) and the colors used for the text and the gutter stripe.
Randall Schulz
Hello Haakon,
Settings | TODO | Edit | Foreground
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Oh, thanks!
I've been looking at all the wrong places obviously. Thanks to you both :)