From 45d9445143cb4f5cf2040e705818c502978067aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Jan 2016 23:36:59 +0000 Subject: fibeamer (18jan16) git-svn-id: svn://tug.org/texlive/trunk@39420 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/fibeamer/theme/mu/fss.dtx | 45 +++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx') diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx index b64d31719f2..5c608809778 100644 --- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx +++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/fss.dtx @@ -5,7 +5,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{fibeamer/theme/mu/% - beamercolorthemefibeamer-mu-fss}[2016/01/12] + beamercolorthemefibeamer-mu-fss}[2016/01/14] \mode % \end{macrocode} % This color theme uses the combination of cyan, gray and @@ -34,25 +34,26 @@ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@cyan} \setbeamercolor*{structure}{fg=white, bg=fibeamer@cyan} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor*{alerted text}{fg=fibeamer@brightCyan!90!white} %% Items \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}} @@ -68,7 +69,8 @@ \setbeamercolor{normal text}{fg=black, bg=white} \setbeamercolor{structure}{fg=black, bg=white} % \end{macrocode} -% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert}. [VN]} +% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to +% the themes of the Masaryk University in Brno. [VN]} % \begin{macrocode} \setbeamercolor{alerted text}{fg=fibeamer@brightCyan} \addtobeamertemplate{block begin}{% @@ -81,19 +83,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, -- cgit v1.2.3