i created a latex beamer presentation using "Montepellier" theme with default color theme. I need to modify this theme (i want to change the color of the upper and lower border of header - separately). So i copied "beamercolorthemedefault" to my project, renamed and included it (this is working!). But i can't change any colors - changing colors has no effect. I changed the default the this way (only the changed first lines):
\ProvidesPackageRCS $Header:
/Users/joseph/Documents/LaTeX/beamer/base/themes/color/beamercolorthemedefault.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
\mode<presentation>
\definecolor{beamer@blendedblue}{rgb}{0.5,0.5,0.3} % changed this
\setbeamercolor{normal text}{fg=black,bg=white}
\setbeamercolor{alerted text}{fg=red}
\setbeamercolor{example text}{fg=green!50!black}
\setbeamercolor{structure}{fg=beamer@blendedblue}
\setbeamercolor{background canvas}{parent=normal text}
\setbeamercolor{background}{parent=background canvas}
\setbeamercolor{palette primary}{fg=yellow,bg=yellow} % changed this
\setbeamercolor{palette secondary}{use=structure,fg=structure.fg!100!green} % changed this
\setbeamercolor{palette tertiary}{use=structure,fg=structure.fg!100!green} % changed this
But all this changes have no effect?! (replacing the complete content by another theme works) So how to change any colors and how to change the borders of header?



