From c93b6ea6b2dd3f1909292799def05fba8f0c49e8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 25 Jun 2020 10:04:51 +0200 Subject: [PATCH] chg: [white] for background --- c.1-cerebrate-internal/slide.tex | 2 +- themes/beamercolorthemefocus.sty | 2 +- training-support/build_temp.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c.1-cerebrate-internal/slide.tex b/c.1-cerebrate-internal/slide.tex index 2b9c38f..b6d4fc1 100644 --- a/c.1-cerebrate-internal/slide.tex +++ b/c.1-cerebrate-internal/slide.tex @@ -2,7 +2,7 @@ \usetheme[numbering=progressbar]{focus} \definecolor{main}{RGB}{83, 31, 117} \definecolor{textcolor}{RGB}{0, 0, 0} -\definecolor{background}{RGB}{215, 212, 227} +%\definecolor{background}{RGB}{215, 212, 227} \usepackage[utf8]{inputenc} \usepackage{tikz} diff --git a/themes/beamercolorthemefocus.sty b/themes/beamercolorthemefocus.sty index f38a900..a6bc7ca 100644 --- a/themes/beamercolorthemefocus.sty +++ b/themes/beamercolorthemefocus.sty @@ -24,7 +24,7 @@ % DEFINE COLORS. --------------------------------------------------------------- \definecolor{main}{RGB}{83, 31, 117} \definecolor{textcolor}{RGB}{0, 0, 0} -\definecolor{background}{RGB}{83, 31, 117} +\definecolor{background}{RGB}{255, 255, 255} %\definecolor{background}{RGB}{215, 212, 227} diff --git a/training-support/build_temp.sh b/training-support/build_temp.sh index 52e7df5..2686e2a 100755 --- a/training-support/build_temp.sh +++ b/training-support/build_temp.sh @@ -1,7 +1,7 @@ #!/bin/bash # -slidedecks=("20200623-NATO-MUG-update") +slidedecks=("c.1-cerebrate-internal") mkdir output export TEXINPUTS=::`pwd`/themes/ echo ${TEXINPUTS}