Generalbeamer change color of top palette

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mayankmi
Posts: 45
Joined: Sat Apr 20, 2013 7:52 pm

beamer change color of top palette

Post by mayankmi »

I want to change colour of top palette to my defined color in code instead of black...
thanks in advance.. :idea:

Code: Select all

\documentclass{beamer}
\usetheme{Darmstadt}
\definecolor{colboxcolor}{HTML}{003D50}
\usecolortheme[named=colboxcolor]{structure}
\usepackage{xcolor}         % Extended colors
\usepackage{color}         % Color extended names

\setbeamercolor*{palette secondary}{use=structure,fg=white,bg=colboxcolor}
 \setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=colboxcolor}

\begin{document}


\section{Introduction}
\subsection{One}
\begin{frame} text \end{frame}


\end{document}

Recommended reading 2024:

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

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

mayankmi
Posts: 45
Joined: Sat Apr 20, 2013 7:52 pm

Re: beamer change color of top palette

Post by mayankmi »

why no one is replying??
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

beamer change color of top palette

Post by Johannes_B »

Sometimes one just leaves a question for another one. Especially, if one doesn't know the answer right away.

Just try the following

Code: Select all

\setbeamercolor*{palette quaternary}{use=structure,fg=white,bg=colboxcolor}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer change color of top palette

Post by localghost »

mayankmi wrote:why no one is replying??
Have you ever taken into account that in this nice weather people might do other things than sitting in front of a computer and answering questions in forums? It is summer (at least here in the northern hemisphere).


Thorsten
mayankmi
Posts: 45
Joined: Sat Apr 20, 2013 7:52 pm

Re: beamer change color of top palette

Post by mayankmi »

true.. weather is nice in portugal go.. i love beaches in porto..
Post Reply