diff options
author | Minijackson <minijackson@riseup.net> | 2023-03-05 10:51:11 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-03-05 10:51:11 +0100 |
commit | 90eff2dda56450aec6a8d2c551f64d85221df16a (patch) | |
tree | b2dbbf4a8a2fbf3e281075137d6e2126db9771c2 /default.latex | |
parent | 99e04d26dbd1a1056d8664c8cbeb96a06a1dbe11 (diff) | |
download | pandoc-templates-90eff2dda56450aec6a8d2c551f64d85221df16a.tar.gz pandoc-templates-90eff2dda56450aec6a8d2c551f64d85221df16a.zip |
latex: remove custom beamer colors
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/default.latex b/default.latex index 42ee9bf..2bf5c93 100644 --- a/default.latex +++ b/default.latex | |||
@@ -377,22 +377,6 @@ $endfor$ | |||
377 | \def\languageshorthands#1{} | 377 | \def\languageshorthands#1{} |
378 | $endif$ | 378 | $endif$ |
379 | $if(beamer)$ | 379 | $if(beamer)$ |
380 | % Make toc brighter | ||
381 | \setbeamercolor{section in toc}{ | ||
382 | use=normal text, | ||
383 | fg=normal text.fg | ||
384 | } | ||
385 | \setbeamercolor{subsection in toc}{ | ||
386 | use=normal text, | ||
387 | fg=normal text.fg | ||
388 | } | ||
389 | % Add background to blocks | ||
390 | \setbeamercolor*{block title}{ | ||
391 | bg=normal text.bg!80!normal text.fg, | ||
392 | } | ||
393 | \setbeamercolor*{block body}{ | ||
394 | bg=normal text.bg!90!normal text.fg, | ||
395 | } | ||
396 | $else$ | 380 | $else$ |
397 | \definecolor{normal text.fg}{named}{black} | 381 | \definecolor{normal text.fg}{named}{black} |
398 | \definecolor{normal text.bg}{named}{white} | 382 | \definecolor{normal text.bg}{named}{white} |