im trying to make a background image for the ENTIRE window, instead of just the editing window. the solutions i found on this forum only cover the editing window.
Things I have tried
body {
background-image: url(image here);
background-size: cover;
background-position: fixed;
}
Quickly looking at two themes I know of that support background images (AnuPpuccin and Everforest Enchanted), it’s not as simple as setting a background image. It looks like you also need to make the panes, UI elements, tab headers, etc., transparent or partially transparent for the image to show through.