Remove background image from editor

Answered

I don't know how this background image came in my editor. How can I remove this background image. I am able to see option only to set background image (cmd + shift + A) but I need to remove it.

1
10 comments
Official comment

The problem was caused by the leftovers from the third-party Material UI theme plug-in.

idea.config.path/options/options.xml had the following:

<property name="idea.background.frame" value="https://raw.githubusercontent.com/mallowigi/material-theme-jetbrains-eap/master/src/main/resources/themes/wall.jpg,60" />

If the path is empty, the image will not be used:

0
Avatar
Permanently deleted user

The path is empty for me still image is coming for editor background.

0

Does it happen in all projects? Does the Opacity slider affect the appearance of the image?

0
Avatar
Permanently deleted user

Yeah It is happening for all the project. I haven't done any changes to opacity slider.

0

But if you do, does the image appearance change?

0
Avatar
Permanently deleted user

I am not able to change the opacity. When I am changing the opacity from 15 to 20 and clicking on ok, nothing is happening.

0
Avatar
Permanently deleted user

I have not installed background-image-plus plugin. But I do have imported some color schemes previously viz, solarized light.

0

Please file a ticket to support (https://intellij-support.jetbrains.com/hc/requests/new) with idea.log (https://intellij-support.jetbrains.com/hc/articles/207241085) and your settings attached (File | Export Settings).

0

Please sign in to leave a comment.