logicalhacking-latex/lh-poster/beamercolorthemelh-poster.sty

32 lines
1.2 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.3c of the License, or (at your opinion) any later version.
%% OR
%% The 2-clause BSD-style license.
%%
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{beamercolorthemelh-poster}
[2017/04/14 v0.0 LaTeX poster class implementing the cooperate design of LogicalHacking.com]
\mode<presentation>
\ifthenelse{\boolean{lh@inverse}}{%
\setbeamercolor{headline}{fg=lhWhite, bg=lhDarkGray}
\setbeamercolor{block title}{fg=white, bg=lhOrange}
\setbeamercolor{block body}{fg=lhCyanDark, bg=white}
\setbeamercolor{item}{parent=local structure,fg=lhOrange,bg=lhDarkGray}
\setbeamercolor{subitem}{parent=item, fg=lhDarkGray}
\setbeamercolor{subsubitem}{parent=subitem,fg=lhLightGray}
}{
\setbeamercolor{headline}{fg=lhWhite, bg=lhDarkGray}
\setbeamercolor{block title}{fg=lhOrange, bg=lhBlack}
\setbeamercolor{block body}{fg=black, bg=lhWhite}
}
\mode
<all>