Skip to content
Snippets Groups Projects
Unverified Commit a6107df7 authored by w2ak's avatar w2ak
Browse files

adaptative header color

parent 3fb00ab4
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,10 @@
% Definition du theme beamer
%=======================================================================
%---------- Parametres generaux
\newcommand\defaultheadcolor{%
\colorlet{xhdcolor}{bleu303}%
}
\defaultheadcolor%
\newcommand\resetcolors{%
\colorlet{xfgcolor}{black}%
\colorlet{xbgcolor}{white}%
......@@ -296,7 +300,7 @@
\newcommand\includebeamerxsection{%
\ifnum \thesection>0
{%
\renewcommand\baselinestretch{.5}\color{bleu303}\rule{.8\textwidth}{.5ex}\\[-2ex]
\renewcommand\baselinestretch{.5}\color{xhdcolor}\rule{.8\textwidth}{.5ex}\\[-2ex]
\raisebox{-\height}{%
\begin{minipage}{\textwidth}\tiny\flushright%
\hspace*{0mm}\insertsectionHEAD%
......@@ -505,6 +509,7 @@
% {number}
% {title}
\newcommand{\xsectionframe}[5]{%
\colorlet{xhdcolor}{#1}%
\setbeamertemplate{background canvas}{%
\setlength{\unitlength}{0.00625\paperwidth}%
\begin{picture}(160,90)%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment