Improved block colors.

This commit is contained in:
Achim D. Brucker 2017-05-29 00:54:49 +01:00
parent 9d367e8473
commit 266cfa46c9
2 changed files with 5 additions and 7 deletions

View File

@ -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}

View File

@ -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}