Can I define the background of ConEmu to be specific to a given task? As per the documentation this should be possible using -new_console:W:"wallpaper"
but when I do that, my tabs still have the regular white background.
Context: I have set up two ConEmu tasks: they both run Powershell but each runs it as a different user. I would like to get an "all-in-your-face visual cue" (as mentioned in the comments here): in tabs of task1, the background should be white, in tabs of task2 it should be light green.
I've created an all-green PNG image and I did -new_console:W:"C:\temp\green.png"
but the background remains white.