Commit 2607a546 authored by Vít Novotný's avatar Vít Novotný
Browse files

Added support for the coloring of the subtitle and author name for `mu`.

parent a97edeba
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -347,7 +347,11 @@
      \pgfusepath{stroke}
    \end{pgfpicture}
    \vfill
    
%    \end{macrocode}
% \changes{v1.1.4:4}{2016/05/06}{Added support for subtitle and
%   author name coloring within the color themes for the Masaryk
%   University in Brno. [VN]}
%    \begin{macrocode}
    % Input the subtitle
    \usebeamerfont{subtitle}%
    \usebeamercolor[fg]{subtitle}%
@@ -358,6 +362,7 @@

    % Input the author's name
    \usebeamerfont{author}%
    \usebeamercolor[fg]{author}%
    \begin{minipage}{\textwidth}
      \raggedright%
      \insertauthor%
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
      \hypersetup{urlcolor=fibeamer@lightBrown}
      %% Blocks
      \setbeamercolor*{block title}{%
        fg=fibeamer@white, bg=fibeamer@lightBrown}
        fg=fibeamer@white, bg=fibeamer@brown!60!fibeamer@white}
      \setbeamercolor*{block title example}{%
        fg=fibeamer@white, bg=fibeamer@lightBrown}
      \setbeamercolor*{block title alerted}{%
+7 −1
Original line number Diff line number Diff line
@@ -111,7 +111,13 @@
    fg=fibeamer@yellow, bg=fibeamer@black}
  %% Title
  \setbeamercolor{title}{fg=fibeamer@yellow, bg=fibeamer@black}
  \setbeamercolor{subtitle}{fg=fibeamer@lightGray, bg=fibeamer@black}
%    \end{macrocode}
% \changes{v1.1.4:4}{2016/05/06}{Added support for subtitle and
%   author name coloring within the color themes for the Masaryk
%   University in Brno. [VN]}
%    \begin{macrocode}
  \setbeamercolor{subtitle}{fg=fibeamer@white, bg=fibeamer@black}
  \setbeamercolor{author}{fg=fibeamer@lightGray, bg=fibeamer@black}
  % Code listings
  \lstset{%
    basicstyle=\footnotesize\ttfamily,
+7 −1
Original line number Diff line number Diff line
@@ -111,7 +111,13 @@
    fg=fibeamer@lightOrange, bg=fibeamer@black}
  %% Title
  \setbeamercolor{title}{fg=fibeamer@lightOrange, bg=fibeamer@black}
  \setbeamercolor{subtitle}{fg=fibeamer@lightGray, bg=fibeamer@black}
%    \end{macrocode}
% \changes{v1.1.4:4}{2016/05/06}{Added support for subtitle and
%   author name coloring within the color themes for the Masaryk
%   University in Brno. [VN]}
%    \begin{macrocode}
  \setbeamercolor{subtitle}{fg=fibeamer@white, bg=fibeamer@black}
  \setbeamercolor{author}{fg=fibeamer@lightGray, bg=fibeamer@black}
  % Code listings
  \lstset{%
    basicstyle=\footnotesize\ttfamily,