Intellij - todo color override, can not find where
Answered
Hello, i am using Intellij 2021.2 ultimate edition. I want a green comment color and a blue todo for java.
These are my settings: Upload id: 2021_10_20_GLgDkQR7ru4R27X6 (files: Screenshot 2021-10-20 at 12.15.04.png and 2 more).
It looks like the Java color settings are overriden as expected, but I can not find where the orange todo color comes from.
Where can i change the todo color to blue for java code? Thank you in advance
Please sign in to leave a comment.
Hi Michael,
The problem is not reproduced for my work environment with a similar setup:
Could you export your color scheme settings and upload them at https://uploads.jetbrains.com/ ?
Try to temporarily disable all third-party plugins.
I tried disabling all plugins, that didn't change the color.
Here is my uploaded color scheme:
Upload ID: 2021_10_21_BDtbLknds8iNPScv (file: forJetbrains21-20-2021.icls)
Still cannot reproduce. Please try with default settings. File | Manage IDE Settings | Restore Default Settings...
The current settings will be backed up.
Also, try using the EAP version from https://www.jetbrains.com/idea/nextversion .
Downloading the EAP gave me the correct colors but with all my settings lost. When I re-imported it, it became orange again. I just found the solution.
Preferences -> Editor -> TODO -> Edit Pattern -> Use color scheme TODO default colors.
When i clicked this on, it became blue. I must have clicked it off a time ago and forgot about it, sorry.
Thank you for your time and help.