I was hoping to change the default color of a Beamer presentation (from blue) to a purple-red. I found a way to change the elements I want to red, but could not define a purple.
The red version used this coding:
Code: Select all
\documentclass[red]{beamer}
\usetheme{Warsaw}
\usepackage{beamerthemesplit}
\useoutertheme[subsection=false]{smoothbars}
rgb=.49,0,98
cmyk=.92,1,.22,.29
Attached is a slide in the default blue. I marked where I would like to have the purple. In a non-title cover slide, it would be the bar/background of the frametitle part.
Also, I've tried the \setbeamercolor{beamer element}{color} and it didn't work.
Using:
\setbeamercolor{frametitle}{purple}