chg: [white] for background

pull/1/head
Alexandre Dulaunoy 2020-06-25 10:04:51 +02:00
parent 232b7ce506
commit c93b6ea6b2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
\usetheme[numbering=progressbar]{focus} \usetheme[numbering=progressbar]{focus}
\definecolor{main}{RGB}{83, 31, 117} \definecolor{main}{RGB}{83, 31, 117}
\definecolor{textcolor}{RGB}{0, 0, 0} \definecolor{textcolor}{RGB}{0, 0, 0}
\definecolor{background}{RGB}{215, 212, 227} %\definecolor{background}{RGB}{215, 212, 227}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{tikz} \usepackage{tikz}

View File

@ -24,7 +24,7 @@
% DEFINE COLORS. --------------------------------------------------------------- % DEFINE COLORS. ---------------------------------------------------------------
\definecolor{main}{RGB}{83, 31, 117} \definecolor{main}{RGB}{83, 31, 117}
\definecolor{textcolor}{RGB}{0, 0, 0} \definecolor{textcolor}{RGB}{0, 0, 0}
\definecolor{background}{RGB}{83, 31, 117} \definecolor{background}{RGB}{255, 255, 255}
%\definecolor{background}{RGB}{215, 212, 227} %\definecolor{background}{RGB}{215, 212, 227}

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# #
slidedecks=("20200623-NATO-MUG-update") slidedecks=("c.1-cerebrate-internal")
mkdir output mkdir output
export TEXINPUTS=::`pwd`/themes/ export TEXINPUTS=::`pwd`/themes/
echo ${TEXINPUTS} echo ${TEXINPUTS}