62 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
% Copyright 2007 by Till Tantau
 | 
						|
%
 | 
						|
% This file may be distributed and/or modified
 | 
						|
%
 | 
						|
% 1. under the LaTeX Project Public License and/or
 | 
						|
% 2. under the GNU Public License.
 | 
						|
%
 | 
						|
% See the file doc/licenses/LICENSE for more details.
 | 
						|
 | 
						|
\usepackage{color} 
 | 
						|
\definecolor{karminrot}{RGB}{165,30,55}
 | 
						|
\definecolor{gold}{RGB}{180,160,105}
 | 
						|
\definecolor{anthrazit}{RGB}{50 ,65 ,75 }
 | 
						|
 | 
						|
\mode<presentation>
 | 
						|
 | 
						|
\setbeamercolor*{normal text}{fg=anthrazit,bg=white}
 | 
						|
\setbeamercolor*{alerted text}{fg=anthrazit}
 | 
						|
\setbeamercolor*{example text}{fg=anthrazit}
 | 
						|
\setbeamercolor*{structure}{fg=gold,bg=karminrot}
 | 
						|
 | 
						|
\providecommand*{\beamer@bftext@only}{%
 | 
						|
  \relax
 | 
						|
  \ifmmode
 | 
						|
    \expandafter\beamer@bftext@warning
 | 
						|
  \else
 | 
						|
    \expandafter\bfseries
 | 
						|
  \fi
 | 
						|
}
 | 
						|
\providecommand*{\beamer@bftext@warning}{%
 | 
						|
  \ClassWarning{beamer}
 | 
						|
    {Cannot use bold for alerted text in math mode}%
 | 
						|
}
 | 
						|
 | 
						|
\setbeamerfont{alerted text}{series=\beamer@bftext@only}
 | 
						|
 | 
						|
\setbeamercolor{palette primary}{fg=karminrot,bg=white}
 | 
						|
\setbeamercolor{palette secondary}{fg=gold,bg=white}
 | 
						|
\setbeamercolor{palette tertiary}{fg=anthrazit,bg=white}
 | 
						|
\setbeamercolor{palette quaternary}{fg=black,bg=white}
 | 
						|
 | 
						|
\setbeamercolor{sidebar}{bg=karminrot!100}
 | 
						|
 | 
						|
\setbeamercolor{palette sidebar primary}{fg=karminrot}
 | 
						|
\setbeamercolor{palette sidebar secondary}{fg=karminrot}
 | 
						|
\setbeamercolor{palette sidebar tertiary}{fg=karminrot}
 | 
						|
\setbeamercolor{palette sidebar quaternary}{fg=karminrot}
 | 
						|
 | 
						|
\setbeamercolor{item projected}{fg=black,bg=black!20}
 | 
						|
 | 
						|
\setbeamercolor*{block body}{}
 | 
						|
\setbeamercolor*{block body alerted}{}
 | 
						|
\setbeamercolor*{block body example}{}
 | 
						|
\setbeamercolor*{block title}{parent=structure}
 | 
						|
\setbeamercolor*{block title alerted}{parent=alerted text}
 | 
						|
\setbeamercolor*{block title example}{parent=example text}
 | 
						|
 | 
						|
\setbeamercolor*{titlelike}{parent=structure}
 | 
						|
 | 
						|
\mode
 | 
						|
<all>
 |