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