Is your feature request related to a problem? Please describe.
My graphics look better on a dark background, and I'd prefer the window to be dark in all situations, even if the user selected light mode for the OS
Describe the solution you'd like
I can set "appearance": "dark", in my inspect JSON config, and it looks the same as non-inspect Dialog windows
Describe alternatives you've considered
Setting the color explicitly, which has no effect.
"preset": "2",
"backgroundColor": "#1c1c1e",
"textOverlayColor": "#ffffff",
Is your feature request related to a problem? Please describe.
My graphics look better on a dark background, and I'd prefer the window to be dark in all situations, even if the user selected light mode for the OS
Describe the solution you'd like
I can set
"appearance": "dark",in my inspect JSON config, and it looks the same as non-inspect Dialog windowsDescribe alternatives you've considered
Setting the color explicitly, which has no effect.