changed colors to the correct color (corporate design manual has different colors than the actual colors)
This commit is contained in:
parent
e01db04663
commit
a29b753036
Binary file not shown.
@ -12,13 +12,13 @@
|
||||
\node[above right] (0,0) {
|
||||
\footnotesize
|
||||
\hspace{.05\paperwidth}
|
||||
\inserttitle \space | \insertshortauthor \space | \insertdate
|
||||
{\tiny\inserttitle \space | \insertshortauthor \space | \insertdate}
|
||||
};
|
||||
\else
|
||||
\node [below right] at (.55*\the\paperwidth,.6*\the\paperheight)
|
||||
{\includesvg[width=.55\paperwidth]{./images/TH_OWL_Logo_tiny}};
|
||||
\fi
|
||||
\definecolor{th-red}{HTML}{E50043};
|
||||
\definecolor{th-red}{HTML}{ed114c};
|
||||
\fill[color=th-red] (0.5,0) rectangle(.05*\the\paperwidth,\the\paperheight);
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
@ -3,11 +3,11 @@
|
||||
% Frame title
|
||||
\defbeamertemplate*{frametitle}{texsx}[1][]
|
||||
{
|
||||
\vskip1cm%
|
||||
\vskip 5mm%
|
||||
\begin{beamercolorbox}[wd=\paperwidth,ht=1.2cm]{frametitle}
|
||||
\begin{tikzpicture}
|
||||
\definecolor{th-red}{HTML}{425159};
|
||||
\useasboundingbox[fill=th-red](0,0) rectangle(.7*\the\paperwidth,1.2);
|
||||
\definecolor{th-grey}{HTML}{38434b};
|
||||
\useasboundingbox[fill=th-grey](0,0) rectangle(.7*\the\paperwidth,1.2);
|
||||
\ifx\insertframesubtitle\@empty%
|
||||
{\node[anchor=center, white,font=\large] at (3.2,0.61){\insertframetitle};}
|
||||
\else%
|
||||
|
Loading…
x
Reference in New Issue
Block a user