Why does Godot turn strange colors sometimes?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By doinsdf

I have been searching for why this happens for some time, and I can’t find anyone else who has my problem. Sometimes, Godot’s user interface changes to different colors:

enter image description here

Everything in this window has a gradient on it, going from black to blue. This happens seemingly randomly sometimes while I’m working, and doesn’t go away until I restart Godot. I am using Godot’s default theme.

It has happened with different colors as well, such as yellow and blue.

are you on windows? looks like a linux theme

vnmk8 | 2021-07-07 02:11

This could be a graphic card problem, do you have some display problems in other applications?
If this is unique to Godot you could pull an issue request in the project’s github.

Yaann | 2021-07-07 11:47

Which graphics card model are you using?

Calinou | 2021-07-10 14:12

:bust_in_silhouette: Reply From: Calinou

You are using an outdated Godot version (3.2.2, but the latest is 3.3.2 as of writing). Many fixes were made to the renderer since then, so I recommend upgrading.

Also, try disabling batching in the project settings and see if the problem persists.