Is there any reason to use a background.png file containing only a solid #0d202f color instead of using desktop-color: "#0d202f"?
Using desktop-color should produce the same visual result while reducing the theme size by avoiding an unnecessary image file.
Is there any reason to use a background.png file containing only a solid #0d202f color instead of using
desktop-color: "#0d202f"?Using
desktop-colorshould produce the same visual result while reducing the theme size by avoiding an unnecessary image file.