Goland gives weird background color hightlight when using sql packages
Answered
Hi all,
I ran my code and it seems fine. I also included the problem window in the photo to show that there is no error or related warnings. Is there any way to disable that green color? It is messing with my vision.

Please sign in to leave a comment.
Hello,
The green color in the Dracula theme shows which piece of code and language was injected. In your case, it was SQL.
You can turn off changing the background in the settings: Preferences / Settings | Editor | Color Scheme | General | Code | Injected language fragment (globally) or Color Scheme | SQL | External command (only for SQL).
I hope it helps.
Daniil Perfect. Thanks for the help!