This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
tuos-latex/tuos-presentation/beamercolorthemetuos.sty

42 lines
1.5 KiB
TeX

%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch
%%
%% License:
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% OR
%% The 2-clause BSD-style license.
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{beamercolorthemetuos}
[2016/08/20 v1.1 LaTeX presentation class following the cooperate design of The University of Sheffield]
\definecolor{TUOSlightblue}{RGB}{000, 167, 220}
\definecolor{TUOSdarkblue} {RGB}{041, 025, 111}
\definecolor{TUOSmagenta} {RGB}{255, 000, 174}
\definecolor{TUOSyellow} {RGB}{255, 255, 051}
\mode<presentation>
\ifbeamer@colour
\setbeamercolor{structure}{fg=white}
\setbeamercolor{normal text}{fg=white, bg=TUOSlightblue}
\setbeamercolor*{title}{fg=white}
\setbeamercolor*{subtitle}{fg=white}
\setbeamercolor{frametitle}{fg=white}
\setbeamercolor{framesubtitle}{fg=white}
\setbeamercolor{kicker}{use=structure,fg=white,bg=TUOSdarkblue}
\else
\setbeamercolor{structure}{fg=TUOSlightblue, bg=white}
\setbeamercolor{normal text}{fg=TUOSlightblue, bg=white}
\setbeamercolor*{title}{fg=TUOSdarkblue}
\setbeamercolor*{subtitle}{fg=TUOSlightblue}
\setbeamercolor{frametitle}{fg=TUOSdarkblue}
\setbeamercolor{framesubtitle}{fg=TUOSlightblue}
\setbeamercolor{kicker}{use=structure,fg=white,bg=TUOSdarkblue}
\fi
\mode
<all>