From 0f51b22cb5541846b26b85dfa37d9665ef4bb5cd Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 24 Aug 2017 16:31:13 +0200 Subject: [PATCH] Set color for (sub)sections to main1 and main2 defined names. And change purple to violet. --- cours/cours_beamer.cls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cours/cours_beamer.cls b/cours/cours_beamer.cls index 2003dc4..875a2a5 100644 --- a/cours/cours_beamer.cls +++ b/cours/cours_beamer.cls @@ -71,7 +71,7 @@ \addmediapath{{videos/}} -%%% DEFAULT COLORS USED IN BLOCKS %%% +%%% 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} @@ -141,9 +141,9 @@ } } \setbeamertemplate{section in toc}[sections numbered roman] -\setbeamercolor{section in toc}{fg=main1} +\setbeamercolor{section in toc}{fg=\secondcolor} \setbeamertemplate{subsection in toc}[bullets] -\setbeamercolor{subsection in toc}{fg=main2} +\setbeamercolor{subsection in toc}{fg=\firstcolor} %%%%%%%%%%%