Basic color setup.

This commit is contained in:
Achim D. Brucker 2017-04-16 21:45:12 +01:00
parent ce452d5e30
commit 6668c70139
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
%% 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{beamercolorthemelh-poster}
[2017/04/14 v0.0 LaTeX poster class implementing the cooperate design of LogicalHacking.com]
\mode<presentation>
\ifthenelse{\boolean{lh@inverse}}{%
\setbeamercolor{block title}{fg=white bg=lhOrange}
\setbeamercolor{block body}{fg=lhCyanDark, bg=white}
}{
\setbeamercolor{headline}{fg=lhWhite, bg=lhDarkGray}
\setbeamercolor{block title}{fg=lhOrange, bg=lhBlack}
\setbeamercolor{block body}{fg=black, bg=lhWhite}
}
\mode
<all>