Currently, you can use the following code to create a css snippet and activate it to remove those background images when you completely focus on your work.
.workspace-split.mod-root .workspace-leaf:nth-child(n) .workspace-leaf-content:not([data-type="outline"])::before {
display: none;
position: unset;
}