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.sty17
1 files changed, 13 insertions, 4 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 2a82683ac05..bd1f4774f19 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,7 +52,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fibeamer/theme/mu/%
- beamercolorthemefibeamer-mu}[2016/01/14]
+ beamercolorthemefibeamer-mu}[2016/05/06]
\newenvironment{darkframes}{}{}
\mode<presentation>
\RequirePackage{listings}
@@ -66,15 +66,24 @@
\begin{tikzpicture}
\clip (0,\fibeamer@lengths@clipbottom) rectangle
(\paperwidth,\fibeamer@lengths@cliptop);
- \path [inner color = fibeamer@backgroundInner,
- outer color = fibeamer@backgroundOuter]
+ \path [inner color = fibeamer@dark@backgroundInner,
+ outer color = fibeamer@dark@backgroundOuter]
(0,0) rectangle (\paperwidth,\paperwidth);
\end{tikzpicture}
- }{}}
+ }{%
+ \begin{tikzpicture}
+ \clip (0,\fibeamer@lengths@clipbottom) rectangle
+ (\paperwidth,\fibeamer@lengths@cliptop);
+ \path [inner color = fibeamer@light@backgroundInner,
+ outer color = fibeamer@light@backgroundOuter]
+ (0,0) rectangle (\paperwidth,\paperwidth);
+ \end{tikzpicture}
+ }}
\setbeamercolor{qed symbol}{%
use=block body,
fg=block body.fg,
bg=block body.bg}
+ \hypersetup{colorlinks,linkcolor=}
\mode
<all>
\endinput