fantastic1337: You can change it by going to GOG GALAXY directory > WEB > STYLES > CLIENT and open the main.css file, go to line 2254 and change the background variable to the color you want, you can even add gradient by making this change:
background: linear-gradient(to top, rgba(102, 192, 244, 0.25), rgba(27, 40, 56, 0.5), rgba(23, 26, 33, 0.75)); -> this gives a gradiente similar to steam, I recommend use notepad++ to open this file.
MistaJah: Thanks, my main.css file was missing (most recent galaxy version) but I made my own .css in notepad++ and only wrote in the line
background: linear-gradient(to top, rgba(102, 192, 244, 0.25), rgba(27, 40, 56, 0.5), rgba(23, 26, 33, 0.75));
and it didn't work. Hopefully custom background feature is added in the future...
The Colors are vomiting. Specially if there are mulstiple Clients over each other + a Browser.
Chaning my DT-Colors to appeal to GOG-Galaxy is NOT an option.
And the solution seems to have changed:
There are 4 Entries by search: background: linear-gradient(to
I changed the line below with no effect:
line 2238 background: linear-gradient(to bottom, rgba(0, 0, 255, 0.5), rgba(0, 0, 0, 0)); }