From 266cfa46c97c1a96c5e86a14503aa51be650bcfc Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 29 May 2017 00:54:49 +0100 Subject: [PATCH] Improved block colors. --- lh-presentation/beamercolorthemelh-core-inverse.sty | 4 +--- lh-presentation/beamercolorthemelh-core.sty | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/lh-presentation/beamercolorthemelh-core-inverse.sty b/lh-presentation/beamercolorthemelh-core-inverse.sty index 3b522c5..d4078d5 100644 --- a/lh-presentation/beamercolorthemelh-core-inverse.sty +++ b/lh-presentation/beamercolorthemelh-core-inverse.sty @@ -23,9 +23,7 @@ \setbeamercolor{subitem}{parent=item, fg=lhDarkGray} \setbeamercolor{subsubitem}{parent=subitem,fg=lhLightGray} - - -% \setbeamercolor{block title example}{use=example text,fg=lhWhite,bg=lhDarkGray} + \setbeamercolor{block body example}{parent=normal text,use=block title example,fg=block title example.bg, bg=block title example.bg!10!bg} \setbeamercolor{block body alerted}{parent=normal text,use=block title example,fg=block title example.bg, bg=block title example.bg!10!bg} diff --git a/lh-presentation/beamercolorthemelh-core.sty b/lh-presentation/beamercolorthemelh-core.sty index 572f538..15876e0 100644 --- a/lh-presentation/beamercolorthemelh-core.sty +++ b/lh-presentation/beamercolorthemelh-core.sty @@ -41,11 +41,11 @@ \setbeamercolor*{separation line}{} \setbeamercolor*{fine separation line}{} - \setbeamercolor{block title}{use=structure,fg=lhOrange,bg=lhDarkGray} - \setbeamercolor{block title alerted}{use=alerted text,fg=lhWhite,bg=lhOrange} - \setbeamercolor{block title example}{use=example text,fg=lhWhite,bg=lhDarkGray} + \setbeamercolor{block title}{use=structure,fg=lhWhite,bg=lhDarkGray} + \setbeamercolor{block title alerted}{use=alerted text,fg=lhBlack,bg=lhOrange} + \setbeamercolor{block title example}{use=example text,fg=lhCyan,bg=lhDarkGray} - \setbeamercolor{block body}{parent=normal text,use=block title,bg=lhLightGray} + \setbeamercolor{block body}{parent=normal text,use=block title,fg=lhBlack,bg=lhLightGray} \setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg} \setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!10!bg}