Change color names.

This commit is contained in:
Jeff Lance 2017-08-22 18:29:36 +02:00
parent 2ea104b24f
commit 1c0514450e
3 changed files with 12 additions and 12 deletions

View File

@ -33,11 +33,11 @@
% Settings
%\setbeamercolor*{author}{fg=AkatsukiBlack}
%\setbeamercolor*{date}{fg=AkatsukiBlack}
%\setbeamercolor*{date}{fg=myblack}
%\setbeamercolor*{item}{fg=AkatsukiRed}
%\setbeamercolor*{enumerate item}{fg=AkatsukiBlack}
%\setbeamercolor*{enumerate item}{fg=myblack}
%\setbeamercolor{section in toc}{fg=AkatsukiRed}
%\setbeamercolor{subsection in toc}{fg=AkatsukiBlack1}
%\setbeamercolor{subsection in toc}{fg=myblack1}
\setbeamercolor{structure}{fg=mypurple1} % itemize, enumerate, etc
\setbeamercolor*{palette primary}{use=structure,bg=myblack,fg=mywhite}
\setbeamercolor*{palette secondary}{use=structure,bg=myblack,fg=mywhite}

View File

@ -3,9 +3,9 @@
\setbeamertemplate{background}{
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\fill[color={rgb,255:red,37; green,20; blue,42}] (0,2) rectangle (\the\paperwidth,\the\paperheight);
\fill[color={rgb,255:red,188; green,7; blue,68}] (0,0) rectangle(2.95,1.9);
\fill[color={rgb,255:red,218; green,219; blue,214}] (3.05,0) rectangle(\the\paperwidth,1.9);
\fill[color=mypurple1] (0,2) rectangle (\the\paperwidth,\the\paperheight);
\fill[color=myred1] (0,0) rectangle(2.95,1.9);
\fill[color=mygrey1] (3.05,0) rectangle(\the\paperwidth,1.9);
\ifnum\thepage>1\relax%
\fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight);
\fi

View File

@ -6,14 +6,14 @@
\vskip1cm%
\begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle}
\begin{tikzpicture}
\useasboundingbox[fill={rgb,255: red,247; green,248; blue,250}](0,0) rectangle(\the\paperwidth,1.2);
\fill[color={rgb,255:red,37; green,20; blue,42}] (0,0) rectangle(2.95,1.2);
\fill[color={rgb,255:red,218; green,219; blue,214}] (3.05,0) rectangle(\the\paperwidth,1.2);
\useasboundingbox[fill=mywhite](0,0) rectangle(\the\paperwidth,1.2);
\fill[color=mygrey1] (0,0) rectangle(2.95,1.2);
\fill[color=mypurple1] (3.05,0) rectangle(\the\paperwidth,1.2);
\ifx\insertframesubtitle\@empty%
{\node[anchor=west, color={rgb,255:red,23; green,33; blue,42}, font=\large] at (3.2,0.61){\insertframetitle};}
{\node[anchor=west, color=mywhite, font=\large] at (3.2,0.61){\insertframetitle};}
\else%
{\node[anchor= west, color={rgb,255:red,23; green,33; blue,42}, font=\large] at (3.2,0.81){\insertframetitle};%
\node[anchor= west, color={rgb,255:red,23; green,33; blue,42}, font=\small] at (3.2,0.41){\insertframesubtitle};}%
{\node[anchor= west, color=mywhite, font=\large] at (3.2,0.81){\insertframetitle};%
\node[anchor= west, color=mywhite, font=\small] at (3.2,0.41){\insertframesubtitle};}%
\fi
\end{tikzpicture}
\end{beamercolorbox}