Document Classes ⇒ Color of Navigation Bar in Beamer
Color of Navigation Bar in Beamer
Dear all,
How can I change the color of the navigation bar in beamer. I am using "Baodilla" theme with "secheader" option. I tried "\setbeamercolor{palette primary}{fg=red}", but that did not work...
I would appreciate your help,
Jamil Renno
How can I change the color of the navigation bar in beamer. I am using "Baodilla" theme with "secheader" option. I tried "\setbeamercolor{palette primary}{fg=red}", but that did not work...
I would appreciate your help,
Jamil Renno
If there is no way, we will make one...
Hanibal
Hanibal
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Color of Navigation Bar in Beamer
Hi Jamil Renno,
can you show a minimal working example that has your configuration?
Btw. the theme is Boadilla, if somebody else is looking for that.
Stefan
can you show a minimal working example that has your configuration?
Btw. the theme is Boadilla, if somebody else is looking for that.
Stefan
LaTeX.org admin
Re: Color of Navigation Bar in Beamer
Hey Stefan,
Thanks for the quick response. The MWE is attached...
Thanks for the quick response. The MWE is attached...
- Attachments
-
- Renno_MWE.tex
- (2.79 KiB) Downloaded 691 times
If there is no way, we will make one...
Hanibal
Hanibal
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Color of Navigation Bar in Beamer
Hello Jamil Renno,
with this MWE I could test it. Here is example code changing the colors of the symbols:
I understood you want to change the foreground because you mentioned fg earlier.
Stefan
with this MWE I could test it. Here is example code changing the colors of the symbols:
Code: Select all
\setbeamercolor{navigation symbols dimmed}{fg=red!80!black}
\setbeamercolor{navigation symbols}{fg=red!80!black}
Stefan
LaTeX.org admin
Re: Color of Navigation Bar in Beamer
Hey Stefen,
I actually meant the bars were "April 10, 2008 1/1", my name, and the name of the conference, and the upper bar on the top of the slide. The color combination is exactly what I needed, however, it would be great to control the color of the bars I just mentioned...
I would truly appreciate your help...
Jamil Renno
I actually meant the bars were "April 10, 2008 1/1", my name, and the name of the conference, and the upper bar on the top of the slide. The color combination is exactly what I needed, however, it would be great to control the color of the bars I just mentioned...
I would truly appreciate your help...
Jamil Renno
If there is no way, we will make one...
Hanibal
Hanibal
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Color of Navigation Bar in Beamer
Hi Jamil Renno,
the Boadilla theme uses the dolphin color theme. So look for the file beamercolorthemedolphin.sty in your texmf tree and change the values like it's done there. Example: Similar secondary and tertiary.
Stefan
the Boadilla theme uses the dolphin color theme. So look for the file beamercolorthemedolphin.sty in your texmf tree and change the values like it's done there. Example:
Code: Select all
\setbeamercolor*{palette primary}{use=structure,fg=black,bg=structure.fg!40!red}
Stefan
LaTeX.org admin
Re: Color of Navigation Bar in Beamer
Thanks a lot,
I modified the color theme as needed...
I truly appreciate your help...
Jamil Renno
I modified the color theme as needed...
I truly appreciate your help...
Jamil Renno
If there is no way, we will make one...
Hanibal
Hanibal