summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty30
1 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
index 2cc8760ce50..2a82683ac05 100644
--- a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
+++ b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu.sty
@@ -52,25 +52,29 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fibeamer/theme/mu/%
- beamercolorthemefibeamer-mu}[2016/01/12]
+ beamercolorthemefibeamer-mu}[2016/01/14]
\newenvironment{darkframes}{}{}
\mode<presentation>
\RequirePackage{listings}
\RequirePackage{ifthen}
\RequirePackage{tikz}
\newif\iffibeamer@dark\fibeamer@darkfalse
-\defbeamertemplate*{background canvas}{fibeamer}{%
- \ifthenelse{%
- \boolean{fibeamer@dark} \OR \c@framenumber=0
- }{%
- \begin{tikzpicture}
- \clip (0,\fibeamer@lengths@clipbottom) rectangle
- (\paperwidth,\fibeamer@lengths@cliptop);
- \path [inner color = fibeamer@backgroundInner,
- outer color = fibeamer@backgroundOuter]
- (0,0) rectangle (\paperwidth,\paperwidth);
- \end{tikzpicture}
- }{}}
+ \defbeamertemplate*{background canvas}{fibeamer}{%
+ \ifthenelse{%
+ \boolean{fibeamer@dark} \OR \c@framenumber=0
+ }{%
+ \begin{tikzpicture}
+ \clip (0,\fibeamer@lengths@clipbottom) rectangle
+ (\paperwidth,\fibeamer@lengths@cliptop);
+ \path [inner color = fibeamer@backgroundInner,
+ outer color = fibeamer@backgroundOuter]
+ (0,0) rectangle (\paperwidth,\paperwidth);
+ \end{tikzpicture}
+ }{}}
+ \setbeamercolor{qed symbol}{%
+ use=block body,
+ fg=block body.fg,
+ bg=block body.bg}
\mode
<all>
\endinput