summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty39
1 files changed, 19 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty
index a209000951d..a5d4d798259 100644
--- a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty
+++ b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-fi.sty
@@ -52,7 +52,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fibeamer/theme/mu/%
- beamercolorthemefibeamer-mu-fi}[2016/01/12]
+ beamercolorthemefibeamer-mu-fi}[2016/01/14]
\mode<presentation>
\definecolor{fibeamer@gold}{HTML}{a47312}
\definecolor{fibeamer@yellow}{HTML}{FFEB9C}
@@ -77,18 +77,18 @@
\setbeamercolor*{item}{fg=fibeamer@gold!30!white}
\setbeamercolor*{footnote mark}{fg=fibeamer@gold!30!white}
%% Blocks
- \setbeamercolor*{block title}{
- use=structure, fg=white, bg=fibeamer@gold!60!white}
- \setbeamercolor*{block title example}{
- use=example text, fg=white, bg=fibeamer@gold!60!white}
- \setbeamercolor*{block title alerted}{
- use=alerted text, fg=white, bg=fibeamer@gold!90!white}
- \setbeamercolor*{block body}{
- fg=fibeamer@gold, use=block title,
+ \setbeamercolor*{block title}{%
+ fg=white, bg=fibeamer@gold!60!white}
+ \setbeamercolor*{block title example}{%
+ fg=white, bg=fibeamer@gold!60!white}
+ \setbeamercolor*{block title alerted}{%
+ fg=white, bg=fibeamer@gold!90!white}
+ \setbeamercolor*{block body}{%
+ fg=fibeamer@gold,
bg=fibeamer@gray!15!white}
\usebeamercolor*{normal text}
% Code listings
- \lstset{
+ \lstset{%
commentstyle=\color{green!30!white},
keywordstyle=\color{blue!30!white},
stringstyle=\color{fibeamer@gold!30!white}}
@@ -110,19 +110,18 @@
\setbeamercolor{item}{fg=fibeamer@darkYellow}
\setbeamercolor{footnote mark}{fg=fibeamer@darkYellow}
%% Blocks
- \setbeamercolor{block title}{
- use=structure, fg=black!75!white, bg=fibeamer@yellow}
- \setbeamercolor{block title example}{
- use=example text, fg=black!75!white, bg=fibeamer@yellow}
- \setbeamercolor{block title alerted}{
- use=alerted text, fg=white, bg=black!75!white}
- \setbeamercolor{block body}{
- fg=fibeamer@yellow, use=block title, bg=black!75!white}
+ \setbeamercolor{block title}{%
+ fg=black!75!white, bg=fibeamer@yellow}
+ \setbeamercolor{block title example}{%
+ fg=black!75!white, bg=fibeamer@yellow}
+ \setbeamercolor{block title alerted}{%
+ fg=white, bg=black!75!white}
+ \setbeamercolor{block body}{%
+ fg=fibeamer@yellow, bg=black!75!white}
%% Title
\setbeamercolor{title}{fg=white, bg=fibeamer@gold}
- \setbeamercolor{title}{use=structure}
% Code listings
- \lstset{
+ \lstset{%
basicstyle=\footnotesize\ttfamily,
breakatwhitespace=false,
breaklines=true,