We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How would I achieve this? I've tried several combinations of keys for both metroset and setbeamercolor but I'm not getting anywhere. Is it possible?
metroset
setbeamercolor
The text was updated successfully, but these errors were encountered:
There you go.
\documentclass{beamer} \usetheme{metropolis} \AtBeginSection{ { \metroset{background=dark} \frame[plain,c,noframenumbering]{\sectionpage} } } \title{Dark theme on title and section frames only} \date{\today} \author{Benjamin Weiss} \institute{Centre for Modern Beamer Themes} \begin{document} { \metroset{background=dark} \maketitle } \section{First Section} \begin{frame}{First Frame} Hello, world! \end{frame} \section{Second Section} \begin{frame}{Second Frame} Hello, world! \end{frame} \end{document}
Sorry, something went wrong.
Thanks! That did it. I guess setting the background at the beggining of each section would also work?
Yes, but you would have to group every \section command, like I did with the title page.
\section
No branches or pull requests
How would I achieve this? I've tried several combinations of keys for both
metroset
andsetbeamercolor
but I'm not getting anywhere. Is it possible?The text was updated successfully, but these errors were encountered: