2019-05-27 13:42:34 +02:00
|
|
|
% Copyright (C) 2018-2019 Pasquale Claudio Africa and the LaTeX community.
|
|
|
|
% A full list of contributors can be found at
|
|
|
|
%
|
|
|
|
% https://github.com/elauksap/focus-beamertheme
|
2018-12-29 16:03:57 +01:00
|
|
|
%
|
|
|
|
% This file is part of beamerthemefocus.
|
|
|
|
%
|
|
|
|
% beamerthemefocus is free software: you can redistribute it and/or modify
|
|
|
|
% it under the terms of the GNU General Public License as published by
|
|
|
|
% the Free Software Foundation, either version 3 of the License, or
|
|
|
|
% (at your option) any later version.
|
2019-05-27 13:42:34 +02:00
|
|
|
%
|
2018-12-29 16:03:57 +01:00
|
|
|
% beamerthemefocus is distributed in the hope that it will be useful,
|
|
|
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
% GNU General Public License for more details.
|
2019-05-27 13:42:34 +02:00
|
|
|
%
|
2018-12-29 16:03:57 +01:00
|
|
|
% You should have received a copy of the GNU General Public License
|
|
|
|
% along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
\mode<presentation>
|
|
|
|
|
|
|
|
|
|
|
|
% DEFINE COLORS. ---------------------------------------------------------------
|
|
|
|
\definecolor{main}{RGB}{64, 64, 64}
|
|
|
|
\definecolor{background}{RGB}{239, 239, 239}
|
|
|
|
|
|
|
|
\definecolor{alert}{RGB}{180, 0, 0}
|
|
|
|
\definecolor{example}{RGB}{0, 110, 0}
|
|
|
|
|
|
|
|
|
|
|
|
% SET COLORS. ------------------------------------------------------------------
|
|
|
|
\setbeamercolor{normal text}{fg=textcolor, bg=background}
|
|
|
|
\setbeamercolor{alerted text}{fg=alert}
|
|
|
|
\setbeamercolor{example text}{fg=example}
|
|
|
|
|
|
|
|
\setbeamercolor{titlelike}{fg=background, bg=main}
|
|
|
|
\setbeamercolor{frametitle}{parent={titlelike}}
|
|
|
|
|
|
|
|
\setbeamercolor{footline}{fg=background, bg=main}
|
|
|
|
|
|
|
|
\setbeamercolor{block title}{bg=main!80!background, fg=background}
|
|
|
|
\setbeamercolor{block body}{bg=main!10!background, fg=main}
|
|
|
|
|
|
|
|
\setbeamercolor{block title alerted}{bg=alert, fg=background}
|
|
|
|
\setbeamercolor{block body alerted}{bg=alert!10!background, fg=main}
|
|
|
|
|
|
|
|
\setbeamercolor{block title example}{bg=example, fg=background}
|
|
|
|
\setbeamercolor{block body example}{bg=example!10!background, fg=main}
|
|
|
|
|
|
|
|
\setbeamercolor{itemize item}{fg=main}
|
|
|
|
\setbeamercolor{itemize subitem}{fg=main}
|
|
|
|
|
|
|
|
\setbeamercolor{enumerate item}{fg=main!70!black}
|
|
|
|
\setbeamercolor{enumerate subitem}{fg=main!70!black}
|
|
|
|
|
|
|
|
\setbeamercolor{description item}{fg=main!70!black}
|
|
|
|
\setbeamercolor{description subitem}{fg=main!70!black}
|
|
|
|
|
|
|
|
\setbeamercolor{caption name}{fg=textcolor}
|
|
|
|
|
|
|
|
\setbeamercolor{section in toc}{fg=textcolor}
|
|
|
|
\setbeamercolor{subsection in toc}{fg=textcolor}
|
|
|
|
\setbeamercolor{section number projected}{bg=textcolor}
|
|
|
|
\setbeamercolor{subsection number projected}{bg=textcolor}
|
|
|
|
|
|
|
|
\setbeamercolor{bibliography item}{fg=main}
|
|
|
|
\setbeamercolor{bibliography entry author}{fg=main!70!black}
|
|
|
|
\setbeamercolor{bibliography entry title}{fg=main}
|
|
|
|
\setbeamercolor{bibliography entry location}{fg=main}
|
|
|
|
\setbeamercolor{bibliography entry note}{fg=main}
|
|
|
|
|
|
|
|
\mode<all>
|