summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-18 23:36:59 +0000
committerKarl Berry <karl@freefriends.org>2016-01-18 23:36:59 +0000
commit45d9445143cb4f5cf2040e705818c502978067aa (patch)
tree42787e62a44d2d42d0aa9c2e67163351697d9fab /Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
parent267c5be57a247d60ef997f41d1e8e09d545a6056 (diff)
fibeamer (18jan16)
git-svn-id: svn://tug.org/texlive/trunk@39420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx45
1 files changed, 23 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
index c5e845ea562..c37274c2d19 100644
--- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/ped.dtx
@@ -5,7 +5,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fibeamer/theme/mu/%
- beamercolorthemefibeamer-mu-ped}[2016/01/12]
+ beamercolorthemefibeamer-mu-ped}[2016/01/14]
\mode<presentation>
% \end{macrocode}
% This color theme uses the combination of orange and dark gray in light frames
@@ -36,7 +36,8 @@
\setbeamercolor*{normal text}{fg=white, bg=fibeamer@gold}
\setbeamercolor*{structure}{fg=white, bg=fibeamer@gold}
% \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=white!40!fibeamer@brightOrange}
@@ -44,18 +45,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}}
@@ -71,7 +72,8 @@
\setbeamercolor{normal text}{fg=black!75!white, bg=white}
\setbeamercolor{structure}{fg=black!75!white, 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@brightOrange}
\addtobeamertemplate{block begin}{%
@@ -86,19 +88,18 @@
\setbeamercolor{item}{fg=fibeamer@darkOrange}
\setbeamercolor{footnote mark}{fg=fibeamer@darkOrange}
%% Blocks
- \setbeamercolor{block title}{
- use=structure, fg=black!75!white, bg=fibeamer@orange}
- \setbeamercolor{block title example}{
- use=example text, fg=black!75!white, bg=fibeamer@orange}
- \setbeamercolor{block title alerted}{
- use=alerted text, fg=white, bg=black!75!white}
- \setbeamercolor{block body}{
- fg=fibeamer@orange, use=block title, bg=black!75!white}
+ \setbeamercolor{block title}{%
+ fg=black!75!white, bg=fibeamer@orange}
+ \setbeamercolor{block title example}{%
+ fg=black!75!white, bg=fibeamer@orange}
+ \setbeamercolor{block title alerted}{%
+ fg=white, bg=black!75!white}
+ \setbeamercolor{block body}{%
+ fg=fibeamer@orange, 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,