I am using the following, to get inverted color section pages:
\AtBeginSection{
{
\metroset{background=dark}
\frame[plain,c,noframenumbering]{\sectionpage}
}
}
At the sametime I am using a custom color, call it maincolor. maincolor applied to the frame titles, but somehow the inverted section page background is still in dark teal (the original mtheme color). How can I change this?
Thanks!