Could you please help me on how to "retrieve" the color a beamer document currently uses for coloring headline fonts?
I would like to use it to color ordinary text, as in
\textcolor{\beamerheadlinefgcolor}{Some text.}
Could you please help me on how to "retrieve" the color a beamer document currently uses for coloring headline fonts?
I would like to use it to color ordinary text, as in
\textcolor{\beamerheadlinefgcolor}{Some text.}
\structure{some text}.
\documentclass{beamer}
\usetheme{Madrid}
\begin{document}
\begin{frame}{Test}
Hello \structure{World}
\end{frame}
\end{document}
\usebeamercolor[fg]{beamer color name}. – campa Jan 14 '21 at 13:45headline. Do distinguishheadline(normally containing section titles as links) fromframetitle(the<title>in\begin{frame}{<title>}). – muzimuzhi Z Jan 14 '21 at 13:50