From 5629f678cf6c056b6b7d9dd5da99231f2aaad173 Mon Sep 17 00:00:00 2001 From: Ivo Kabadshow Date: Fri, 12 Jan 2018 09:48:31 +0100 Subject: [PATCH] change block background color to fzjgray --- beamercolorthemeJuelich.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beamercolorthemeJuelich.sty b/beamercolorthemeJuelich.sty index 587f004..581522e 100644 --- a/beamercolorthemeJuelich.sty +++ b/beamercolorthemeJuelich.sty @@ -99,7 +99,7 @@ \setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=alerted text.fg} \setbeamercolor{block title example}{use=example text,fg=white,bg=example text.fg} -\setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!10!bg} +\setbeamercolor{block body}{parent=normal text,use=block title,bg=fzjgray} \setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=fzjgray} \setbeamercolor{block body example}{parent=normal text,use=block title example,bg=fzjgray} -- GitLab