Document Classesbeamer | Figuring out the Name of Theme Colors

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
bsgreen07
Posts: 1
Joined: Wed Jan 25, 2012 10:20 pm

beamer | Figuring out the Name of Theme Colors

Post by bsgreen07 »

Hi All,

I would like to figure out the name of some of the default colors that "beamer" uses in it's various themes. Below is minimal working example illustrating what I am trying to accomplish.

Code: Select all

\documentclass[11pt]{beamer}
\usepackage{amsmath}
\usetheme{Madrid}
\begin{document}
\begin{frame}
\begin{example}
I want to know what is the name of the color used in this background?
\vspace{1in}
\end{example}
\end{frame}
\end{document}
Any ideas how I can figure this out?


Thanks,
Brett

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply