beamer icon indicating copy to clipboard operation
beamer copied to clipboard

Transparent shading for Singapore theme

Open samcarter opened this issue 3 years ago • 0 comments

It might be nice to change the shading of the Singapore theme to transparent

\documentclass{beamer}

\usetheme{Singapore}

\setbeamertemplate{background canvas}{\includegraphics[width=\paperwidth]{example-grid-100x100bp}}

\begin{document}
\section{test}
\begin{frame}
content...
\end{frame}
\end{document}

(would also be a nice option to get rid of the \AtBeginDocument{\setbeamercolor{section in head/foot}{bg=}} which causes problems for some footlines)

samcarter avatar Jul 12 '22 15:07 samcarter