summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx105
1 files changed, 64 insertions, 41 deletions
diff --git a/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx
index 86816e7b115..836c960fcbd 100644
--- a/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx
+++ b/Master/texmf-dist/source/latex/fibeamer/theme/mu/sci.dtx
@@ -5,21 +5,32 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fibeamer/theme/mu/%
- beamercolorthemefibeamer-mu-sci}[2016/01/14]
+ beamercolorthemefibeamer-mu-sci}[2016/05/06]
\mode<presentation>
% \end{macrocode}
-% This color theme uses the combination of green, gray and
-% white. The |fibeamer@back|\-|groundInner| and
-% |fibeamer@backgroundOuter| colors are used within the background
-% canvas template, which is defined within the color theme of the
-% Masaryk University and which draws the gradient background of
-% dark frames.
+% This color theme uses the combination of yellow and shades of gray. The
+% |fibeamer@{dark,|\-|light}@background{Inner,|\-|Outer}| colors are used
+% within the background canvas template, which is defined within the base
+% color theme of the Masaryk University and which draws the gradient
+% background of the frames.
% \begin{macrocode}
+ \definecolor{fibeamer@black}{HTML}{000000}
+ \definecolor{fibeamer@white}{HTML}{FFFFFF}
\definecolor{fibeamer@green}{HTML}{139632}
\definecolor{fibeamer@gray}{HTML}{999999}
- \definecolor{fibeamer@brightGreen}{HTML}{2ECE0F}
- \colorlet{fibeamer@backgroundInner}{fibeamer@green!90!black}
- \colorlet{fibeamer@backgroundOuter}{fibeamer@green!60!black}
+ \colorlet{fibeamer@lightGreen}{fibeamer@green!30!fibeamer@white}
+ \colorlet{fibeamer@darkGreen}{fibeamer@green!60!fibeamer@black}
+ \definecolor{fibeamer@lightOrange}{HTML}{FFA25E}
+ \colorlet{fibeamer@orange}{fibeamer@lightOrange!80!fibeamer@darkGreen}
+% \end{macrocode}
+% \changes{v1.1.4:2}{2016/05/06}{Removed gradient backgrounds from
+% the color themes of the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
+ %% Background gradients
+ \colorlet{fibeamer@dark@backgroundInner}{fibeamer@darkGreen}
+ \colorlet{fibeamer@dark@backgroundOuter}{fibeamer@darkGreen}
+ \colorlet{fibeamer@light@backgroundInner}{fibeamer@white}
+ \colorlet{fibeamer@light@backgroundOuter}{fibeamer@white}
% \end{macrocode}
% The |darkframes| environment switches the |\iffibeamer@darktrue|
% conditional on and sets a dark color theme.
@@ -28,36 +39,43 @@
\begingroup
\fibeamer@darktrue
%% Structures
- \setbeamercolor*{frametitle}{fg=fibeamer@green!30!white}
- \setbeamercolor*{framesubtitle}{fg=white}
+ \setbeamercolor*{frametitle}{fg=fibeamer@lightGreen}
+ \setbeamercolor*{framesubtitle}{fg=fibeamer@white}
%% Text
- \setbeamercolor*{normal text}{fg=white, bg=fibeamer@green}
- \setbeamercolor*{structure}{fg=white, bg=fibeamer@green}
+ \setbeamercolor*{normal text}{fg=fibeamer@white, bg=fibeamer@green}
+ \setbeamercolor*{structure}{fg=fibeamer@white, bg=fibeamer@green}
% \end{macrocode}
% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to
% the themes of the Masaryk University in Brno. [VN]}
+% \changes{v1.1.4:5}{2016/06/06}{Unified the alert colors in the
+% color themes of the Masaryk University in Brno. [VN]}
% \begin{macrocode}
\setbeamercolor*{alerted text}{%
- fg=fibeamer@brightGreen!75!white}
- %% Items
- \setbeamercolor*{item}{fg=fibeamer@green!30!white}
- \setbeamercolor*{footnote mark}{fg=fibeamer@green!30!white}
+ fg=fibeamer@lightOrange}
+% \end{macrocode}
+% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the
+% color themes of the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
+ %% Items, footnotes and links
+ \setbeamercolor*{item}{fg=fibeamer@lightGreen}
+ \setbeamercolor*{footnote mark}{fg=fibeamer@lightGreen}
+ \hypersetup{urlcolor=fibeamer@lightGreen}
%% Blocks
\setbeamercolor*{block title}{%
- fg=white, bg=fibeamer@green!60!white}
+ fg=fibeamer@white, bg=fibeamer@green!60!fibeamer@white}
\setbeamercolor*{block title example}{%
- fg=white, bg=fibeamer@green!60!white}
+ fg=fibeamer@white, bg=fibeamer@green!60!fibeamer@white}
\setbeamercolor*{block title alerted}{%
- fg=white, bg=fibeamer@green}
+ fg=fibeamer@darkGreen, bg=fibeamer@lightOrange}
\setbeamercolor*{block body}{%
fg=fibeamer@green,
- bg=fibeamer@gray!15!white}
+ bg=fibeamer@gray!15!fibeamer@white}
\usebeamercolor*{normal text}
% Code listings
\lstset{%
- commentstyle=\color{green!30!white},
- keywordstyle=\color{blue!30!white},
- stringstyle=\color{red!30!white}}
+ commentstyle=\color{green!30!fibeamer@white},
+ keywordstyle=\color{blue!30!fibeamer@white},
+ stringstyle=\color{red!30!fibeamer@white}}
}{%
\endgroup}
% \end{macrocode}
@@ -65,41 +83,46 @@
% \begin{macrocode}
%% Structures
\setbeamercolor{frametitle}{fg=fibeamer@green}
- \setbeamercolor{framesubtitle}{fg=black!75!white}
+ \setbeamercolor{framesubtitle}{fg=fibeamer@black!75!fibeamer@white}
%% Text
- \setbeamercolor{normal text}{fg=black, bg=white}
- \setbeamercolor{structure}{fg=black, bg=white}
+ \setbeamercolor{normal text}{fg=fibeamer@black, bg=fibeamer@white}
+ \setbeamercolor{structure}{fg=fibeamer@black, bg=fibeamer@white}
% \end{macrocode}
% \changes{v1.1.0:7}{2016/01/12}{Added support for \cs{alert} to
% the themes of the Masaryk University in Brno. [VN]}
+% \changes{v1.1.4:5}{2016/06/06}{Unified the alert colors in the
+% color themes of the Masaryk University in Brno. [VN]}
% \begin{macrocode}
- \setbeamercolor{alerted text}{fg=fibeamer@brightGreen}
+ \setbeamercolor{alerted text}{fg=red}
\addtobeamertemplate{block begin}{%
\iffibeamer@dark % alerted text in plain block at dark slides
- \setbeamercolor{alerted text}{fg=fibeamer@brightGreen!90!white}%
- \else % alerted text in plain block at light slides
- \setbeamercolor{alerted text}{fg=fibeamer@brightGreen!80!white}%
+ \setbeamercolor{alerted text}{fg=fibeamer@orange}%
\fi}{}
- %% Items
- \setbeamercolor{item}{fg=fibeamer@green}
- \setbeamercolor{footnote mark}{fg=fibeamer@green}
+% \end{macrocode}
+% \changes{v1.1.4:3}{2016/05/06}{Added proper link coloring for the
+% color themes of the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
+ %% Items, footnotes and links
+ \setbeamercolor*{item}{fg=fibeamer@green}
+ \setbeamercolor*{footnote mark}{fg=fibeamer@green}
+ \hypersetup{urlcolor=fibeamer@green}
%% Blocks
\setbeamercolor{block title}{%
- fg=white, bg=fibeamer@green!50!white}
+ fg=fibeamer@white, bg=fibeamer@green}
\setbeamercolor{block title example}{%
- fg=white, bg=fibeamer@green!50!white}
+ fg=fibeamer@white, bg=fibeamer@green}
\setbeamercolor{block title alerted}{%
- fg=white, bg=fibeamer@green}
+ fg=fibeamer@white, bg=red}
\setbeamercolor{block body}{%
- fg=fibeamer@green, bg=fibeamer@gray!20!white}
+ fg=fibeamer@green, bg=fibeamer@gray!20!fibeamer@white}
%% Title
- \setbeamercolor{title}{fg=white, bg=fibeamer@green}
+ \setbeamercolor{title}{fg=fibeamer@white, bg=fibeamer@green}
% Code listings
\lstset{%
basicstyle=\footnotesize\ttfamily,
breakatwhitespace=false,
breaklines=true,
- commentstyle=\color{green!60!black},
+ commentstyle=\color{green!60!fibeamer@black},
extendedchars=true,
keywordstyle=\color{blue},
showspaces=false,