changed colors to the correct color (corporate design manual has different colors than the actual colors)

This commit is contained in:
paul-loedige 2020-11-27 20:49:18 +01:00
parent e01db04663
commit a29b753036
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -12,13 +12,13 @@
\node[above right] (0,0) { \node[above right] (0,0) {
\footnotesize \footnotesize
\hspace{.05\paperwidth} \hspace{.05\paperwidth}
\inserttitle \space | \insertshortauthor \space | \insertdate {\tiny\inserttitle \space | \insertshortauthor \space | \insertdate}
}; };
\else \else
\node [below right] at (.55*\the\paperwidth,.6*\the\paperheight) \node [below right] at (.55*\the\paperwidth,.6*\the\paperheight)
{\includesvg[width=.55\paperwidth]{./images/TH_OWL_Logo_tiny}}; {\includesvg[width=.55\paperwidth]{./images/TH_OWL_Logo_tiny}};
\fi \fi
\definecolor{th-red}{HTML}{E50043}; \definecolor{th-red}{HTML}{ed114c};
\fill[color=th-red] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight); \fill[color=th-red] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight);
\end{tikzpicture} \end{tikzpicture}
} }

View File

@ -3,11 +3,11 @@
% Frame title % Frame title
\defbeamertemplate*{frametitle}{texsx}[1][] \defbeamertemplate*{frametitle}{texsx}[1][]
{ {
\vskip1cm% \vskip 5mm%
\begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle} \begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle}
\begin{tikzpicture} \begin{tikzpicture}
\definecolor{th-red}{HTML}{425159}; \definecolor{th-grey}{HTML}{38434b};
\useasboundingbox[fill=th-red](0,0) rectangle(.7*\the\paperwidth,1.2); \useasboundingbox[fill=th-grey](0,0) rectangle(.7*\the\paperwidth,1.2);
\ifx\insertframesubtitle\@empty% \ifx\insertframesubtitle\@empty%
{\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};} {\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};}
\else% \else%