Presentations and PostersChanging theme colors

Beamer, Powerdot and KOMA-Script presentations, Conference posters (a0poster, baposter, tikzposter)
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Changing theme colors

Post by templateuser »

Hi,
Thanks for the template its really great!, but I was wondering if there is a way to change the colors, just a bit.

I'm using theme {PaloAlto} with color theme {beaver} and the left side of the presentation use white, gray and black to display the sections and the current state of the presentation, but the white it's almost invisible, is there a way to change this three colors?

Ben

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Changing theme colors

Post by Vel »

Hi Ben,

This should do the trick:

Code: Select all

\setbeamercolor{section in sidebar}{fg=black}
Have a look at this handy guide for more details on how to change the color/font of any element in the beamer class: http://www.cpt.univ-mrs.fr/~masson/late ... -sheet.pdf

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply