summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty33
1 files changed, 21 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty
index e30275730a1..19c8eaed7a6 100644
--- a/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty
+++ b/Master/texmf-dist/tex/latex/fibeamer/theme/mu/beamercolorthemefibeamer-mu-phil.sty
@@ -52,9 +52,10 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fibeamer/theme/mu/%
- beamercolorthemefibeamer-mu-phil}[2015/08/26]
+ beamercolorthemefibeamer-mu-phil}[2016/01/12]
\mode<presentation>
\definecolor{fibeamer@blue}{HTML}{0071B2}
+ \definecolor{fibeamer@brightBlue}{HTML}{38B3FA}
\definecolor{fibeamer@gray}{HTML}{999999}
\colorlet{fibeamer@backgroundInner}{fibeamer@blue!80!black}
\colorlet{fibeamer@backgroundOuter}{fibeamer@blue!60!black}
@@ -62,14 +63,15 @@
\begingroup
\fibeamer@darktrue
%% Structures
- \setbeamercolor*{structure}{fg=white, bg=fibeamer@blue}
- \setbeamercolor*{frametitle}{fg=fibeamer@blue!25!white}
+ \setbeamercolor*{frametitle}{fg=fibeamer@blue!30!white}
\setbeamercolor*{framesubtitle}{fg=white}
%% Text
- \setbeamercolor*{normal text}{fg=white, bg=white}
+ \setbeamercolor*{normal text}{fg=white, bg=fibeamer@blue}
+ \setbeamercolor*{structure}{fg=white, bg=fibeamer@blue}
+ \setbeamercolor*{alerted text}{fg=fibeamer@brightBlue!75!white}
%% Items
- \setbeamercolor*{item}{fg=fibeamer@blue!25!white}
- \setbeamercolor{footnote mark}{fg=fibeamer@blue!25!white}
+ \setbeamercolor*{item}{fg=fibeamer@blue!30!white}
+ \setbeamercolor*{footnote mark}{fg=fibeamer@blue!30!white}
%% Blocks
\setbeamercolor*{block title}{
use=structure, fg=white, bg=fibeamer@blue!60!white}
@@ -83,17 +85,24 @@
\usebeamercolor*{normal text}
% Code listings
\lstset{
- commentstyle=\color{green!25!white},
- keywordstyle=\color{blue!25!white},
- stringstyle=\color{red!25!white}}
+ commentstyle=\color{green!30!white},
+ keywordstyle=\color{fibeamer@blue!30!white},
+ stringstyle=\color{red!30!white}}
}{%
\endgroup}
%% Structures
- \setbeamercolor{structure}{fg=black!75!white, bg=white}
\setbeamercolor{frametitle}{fg=fibeamer@blue}
\setbeamercolor{framesubtitle}{fg=black!75!white}
%% Text
- \setbeamercolor{normal text}{fg=black}
+ \setbeamercolor{normal text}{fg=black, bg=white}
+ \setbeamercolor{structure}{fg=black, bg=white}
+ \setbeamercolor{alerted text}{fg=fibeamer@brightBlue}
+ \addtobeamertemplate{block begin}{%
+ \iffibeamer@dark % alerted text in plain block at dark slides
+ \setbeamercolor{alerted text}{fg=fibeamer@brightBlue}%
+ \else % alerted text in plain block at light slides
+ \setbeamercolor{alerted text}{fg=fibeamer@brightBlue!80!white}%
+ \fi}{}
%% Items
\setbeamercolor{item}{fg=fibeamer@blue}
\setbeamercolor{footnote mark}{fg=fibeamer@blue}
@@ -116,7 +125,7 @@
breaklines=true,
commentstyle=\color{green!60!black},
extendedchars=true,
- keywordstyle=\color{blue},
+ keywordstyle=\color{fibeamer@blue},
showspaces=false,
showstringspaces=false,
showtabs=false,