From 90eff2dda56450aec6a8d2c551f64d85221df16a Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 5 Mar 2023 10:51:11 +0100 Subject: latex: remove custom beamer colors --- default.latex | 16 ---------------- 1 file changed, 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$ \def\languageshorthands#1{} $endif$ $if(beamer)$ -% Make toc brighter -\setbeamercolor{section in toc}{ - use=normal text, - fg=normal text.fg -} -\setbeamercolor{subsection in toc}{ - use=normal text, - fg=normal text.fg -} -% Add background to blocks -\setbeamercolor*{block title}{ - bg=normal text.bg!80!normal text.fg, -} -\setbeamercolor*{block body}{ - bg=normal text.bg!90!normal text.fg, -} $else$ \definecolor{normal text.fg}{named}{black} \definecolor{normal text.bg}{named}{white} -- cgit v1.2.3