I am trying to understand the \begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex]{palette quaternary} line. I would like to know where it is defined the palette quaternary and if there are other options? Where can I learn about sty?
\documentclass[final]{beamer}
\mode<presentation> {
% \usetheme{Madrid}
% \usetheme{Berlin}
% \usetheme{Rochester}
\usetheme{Copenhagen}
}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amsmath,amsthm, amssymb, latexsym}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{tcolorbox}
\usepackage[orientation=landscape,size=a4,scale=1.2,debug]{beamerposter}
% colors
\setbeamercolor{block body}{fg=black,bg=white}
% beamer template
\setbeamertemplate{headline}{%
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex]{palette quaternary}%
\end{beamercolorbox}%
}
