Decoration of active canvas

Hi,

I’ve done a double canvas like this:

can = new TCanvas(…);
can->SetFillColor(1);
can->Divide(1,2);

The active canvas alwas has this yellow frame.
How can I change the color of this frame ?

Thanks;
Asim.

In the $ROOTSYS/etc/system.rootrc file (or your $HOME/.rootrc)
see the line

Canvas.HighLightColor: 2
Rene