Define colors blocks and envs. Names are generic so don't need to change color code in block but at the beginning of the file

This commit is contained in:
Jeff Lance 2017-08-23 10:12:54 +02:00
parent 2236ef5d69
commit 221c8ce720

View File

@ -71,12 +71,29 @@
\addmediapath{{videos/}} \addmediapath{{videos/}}
%%% THEME BEAMER %%% %%% COLORS USED IN BLOCKS %%%
% Colors used in block and environments
% I don't like the default flashy green and the blue so i redefined it
\colorlet{green}{green!40!gray}
\colorlet{blue}{airforceblue}
\colorlet{definition}{red}
\colorlet{theorem}{red}
\colorlet{property}{red}
\colorlet{proof}{purple}
\colorlet{vocabulary}{blue}
\colorlet{remark}{red}
\colorlet{method}{orange}
\colorlet{example}{green}
\colorlet{exercise}{blue}
\colorlet{application}{blue}
%%% DEFAULT BEAMER THEME OPTIONS %%%
\usetheme{Madrid} \usetheme{Madrid}
\useinnertheme{circles} \useinnertheme{circles}
\useoutertheme{default} \useoutertheme{default}
\usefonttheme{professionalfonts} \usefonttheme{professionalfonts}
\usecolortheme[named=\firstcolor]{structure}
\setbeamertemplate{footline}{} \setbeamertemplate{footline}{}
%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%
@ -248,7 +265,7 @@
% déf(*)(TITRE) % déf(*)(TITRE)
\NewDocumentEnvironment{déf}{ s g }{%begin \NewDocumentEnvironment{déf}{ s g }{%begin
\setbeamercolor{block title}{fg=red,bg=blush!10!white} \setbeamercolor{block title}{fg=definition,bg=definition!10!white}
\IfBooleanTF #1 \IfBooleanTF #1
{ {
\IfNoValueTF {#2} { \IfNoValueTF {#2} {
@ -269,7 +286,7 @@
% thm(TITRE) % thm(TITRE)
\NewDocumentEnvironment{thm}{ g }{%begin \NewDocumentEnvironment{thm}{ g }{%begin
\setbeamercolor{block title}{fg=white,bg=red!90!white} \setbeamercolor{block title}{fg=white,bg=theorem!90!white}
\IfNoValueTF {#1} { \IfNoValueTF {#1} {
\begin{block} {Théorème} \begin{block} {Théorème}
}{ }{
@ -281,7 +298,7 @@
% ppt(*)(TITRE) % ppt(*)(TITRE)
\NewDocumentEnvironment{ppt}{ s g }{%begin \NewDocumentEnvironment{ppt}{ s g }{%begin
\setbeamercolor{block title}{fg=white,bg=brickred!90!white} \setbeamercolor{block title}{fg=white,bg=property!90!white}
\IfBooleanTF #1 \IfBooleanTF #1
{ {
\IfNoValueTF {#2} { \IfNoValueTF {#2} {
@ -302,7 +319,7 @@
% pre(TITRE) % pre(TITRE)
\NewDocumentEnvironment{pre}{ g }{%begin \NewDocumentEnvironment{pre}{ g }{%begin
\setbeamercolor{block title}{fg=hanblue,bg=airforceblue!10!white} \setbeamercolor{block title}{fg=proof,bg=proof!10!white}
\IfNoValueTF {#1} { \IfNoValueTF {#1} {
\begin{block} {Preuve} \begin{block} {Preuve}
}{ }{
@ -314,7 +331,7 @@
% voc(TITRE) % voc(TITRE)
\NewDocumentEnvironment{voc}{ g }{%begin \NewDocumentEnvironment{voc}{ g }{%begin
\setbeamercolor{block title}{fg=hanblue,bg=airforceblue!10!white} \setbeamercolor{block title}{fg=vocabulary,bg=vocabulary!10!white}
\IfNoValueTF {#1} { \IfNoValueTF {#1} {
\begin{block} {Vocabulaire} \begin{block} {Vocabulaire}
}{ }{
@ -326,7 +343,7 @@
% rmq(TITRE) % rmq(TITRE)
\NewDocumentEnvironment{rmq}{ G{Remarque} }{%begin \NewDocumentEnvironment{rmq}{ G{Remarque} }{%begin
\setbeamercolor{block title}{fg=blush,bg=blush!10!white}%fg=white,bg=cerisepink!80!white}% \setbeamercolor{block title}{fg=remark,bg=remark!10!white}%fg=white,bg=cerisepink!80!white}%
\begin{block} {\faExclamationTriangle \hspace{.125em} #1} \begin{block} {\faExclamationTriangle \hspace{.125em} #1}
}{%end }{%end
\end{block} \end{block}
@ -335,7 +352,7 @@
% met<0|i|I|a|A|1>(TITRE) % met<0|i|I|a|A|1>(TITRE)
\newcounter{methodecounter} \newcounter{methodecounter}
\NewDocumentEnvironment{met} { O{0} g }{%begin \NewDocumentEnvironment{met} { O{0} g }{%begin
\setbeamercolor{block title}{fg=black,bg=amber!75!white}% \setbeamercolor{block title}{fg=black,bg=method!75!white}%
\ifthenelse{ \NOT \equal{#1}{0} }{ \ifthenelse{ \NOT \equal{#1}{0} }{
\ifthenelse{ \equal{#1}{i} } \ifthenelse{ \equal{#1}{i} }
{ {
@ -381,7 +398,7 @@
% exe(TITRE) % exe(TITRE)
\NewDocumentEnvironment{exe}{ G{Exemple} }{%begin \NewDocumentEnvironment{exe}{ G{Exemple} }{%begin
\setbeamercolor{block title}{fg=darkspringgreen,bg=green!10!white}% \setbeamercolor{block title}{fg=example,bg=example!10!white}%
\begin{block} {\faLightbulbO \hspace{.125em} #1} \begin{block} {\faLightbulbO \hspace{.125em} #1}
}{%end }{%end
\end{block} \end{block}
@ -390,7 +407,7 @@
% exo<0|i|I|a|A|1>(TITRE) % exo<0|i|I|a|A|1>(TITRE)
\newcounter{exercicecounter} \newcounter{exercicecounter}
\NewDocumentEnvironment{exo} { O{0} G{Exercice} }{%begin \NewDocumentEnvironment{exo} { O{0} G{Exercice} }{%begin
\setbeamercolor{block title}{fg=white,bg=airforceblue!90!white}% \setbeamercolor{block title}{fg=white,bg=exercise!90!white}%
\ifthenelse{ \NOT \equal{#1}{0} }{ \ifthenelse{ \NOT \equal{#1}{0} }{
\ifthenelse{ \equal{#1}{i} } \ifthenelse{ \equal{#1}{i} }
{ {
@ -429,7 +446,7 @@
% app<0|i|I|a|A|1>(TITRE) % app<0|i|I|a|A|1>(TITRE)
\newcounter{applicationcounter} \newcounter{applicationcounter}
\NewDocumentEnvironment{app} { O{0} G{Application} }{%begin \NewDocumentEnvironment{app} { O{0} G{Application} }{%begin
\setbeamercolor{block title}{fg=white,bg=airforceblue!90!white}% \setbeamercolor{block title}{fg=white,bg=application!90!white}%
\ifthenelse{ \NOT \equal{#1}{0} }{ \ifthenelse{ \NOT \equal{#1}{0} }{
\ifthenelse{ \equal{#1}{i} } \ifthenelse{ \equal{#1}{i} }
{ {