Is it possible to change a background color of a specific lister?
Mainly for fun and for being able to easily recognize/click it when I hover on the thumbnails in the taskbar, it's easier to find a color than to read text.
Since repeating folders along listers will still show that color. If the lister has xx folders open and I'm not highlighting this folder, it won't show.
I see... it's either a general or a per-folder setting. I don't think there is a per-lister setting. You could use a toolbar with a special color as a visual indicator. Toolbars can be toggled per-lister.
So if I get it right, if I have 5 listers, I need to create 5 different toolbars with different colors?
or I can color the same toolbar differently, per lister?
Working here (even if it seems undocumented).
If you really want to choose from a set of colors, I can see 2 ways :
Create multiple buttons, each with its color, and put them in a menu
Make a small script (JS or VB) with a small window and a palette color control and a OK button. You'll be able to choose your color and call aRunCommand on a command object to set the color to the chosen color.
But you first have to make the GO BACKGROUNDCOLOR=#rrggbb work first.
Note : It seems GO BACKGROUNDCOLOR=none reverts to default bg color.
Right (none not in the template) ... probably reverts to default (=reset) since it can't interpret.
I tried none because of its use in the palette dialog control
EDIT : Just tried the edit value : nice, you get to preview in realtime how it renders in the pane you want to apply ! @ghostmize : you can scratch my second option to go for a script, you'll never get that flexibility easily in a custom made function.