Editor theme is dark but scene color is white

I have a URP project. Editor theme setting is dark but in the scene and game screen, the background is white. This is only happening in URP templates when I choose 3D everything works as it should be.

This is URP project

And i want it to look like this

I tried to change colors in preferences but wasn’t able to fix it

Hi @Perturbator858!

If I’m not mistaken, that white effect is present in the URP project because it has a different skybox assigned in the Lightning settings. If you go to Window → Rendering → Lighting. Then in that window you go to the Environment tab, if you change the Skybox Material from Skybox_Mat to the Default-Skybox one, then you should be able to see the color you are expecting.

Just wanted to make something clear, this isn’t an editor issue. It is a lighting configuration change. (:

I hope this information is helpful!