diff --git a/lh-presentation/beamercolorthemelh.sty b/lh-presentation/beamercolorthemelh.sty new file mode 100644 index 0000000..0516f12 --- /dev/null +++ b/lh-presentation/beamercolorthemelh.sty @@ -0,0 +1,49 @@ +%% 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/11/01 v0.0 LaTeX presentation class implementing the cooperate design of LogicalHacking.com] + +\mode + + \setbeamercolor*{palette primary}{use=structure,fg=lhOrange,bg=structure.fg} + \setbeamercolor*{palette secondary}{use=structure,fg=white,bg=structure.fg!75!black} + \setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=structure.fg!50!black} + \setbeamercolor*{palette quaternary}{fg=white,bg=black} + + \setbeamercolor*{sidebar}{use=structure,bg=structure.fg} + + \setbeamercolor*{palette sidebar primary}{use=structure,fg=structure.fg!10} + \setbeamercolor*{palette sidebar secondary}{fg=white} + \setbeamercolor*{palette sidebar tertiary}{use=structure,fg=structure.fg!50} + \setbeamercolor*{palette sidebar quaternary}{fg=white} + + \setbeamercolor*{titlelike}{parent=palette primary} + + \setbeamercolor*{separation line}{} + \setbeamercolor*{fine separation line}{} + + \setbeamercolor{block title}{use=structure,fg=lhOrange,bg=lhLightGray} + \setbeamercolor{block title alerted}{use=alerted text,fg=white,bg=lhOrange} + \setbeamercolor{block title example}{use=example text,fg=white,bg=lhDarkGray} + \setbeamercolor{block title example}{use=example text,fg=white,bg=lhDarkGray} + + \setbeamercolor{block body}{parent=normal text,use=block title,bg=block title.bg!10!bg} + \setbeamercolor{block body alerted}{parent=normal text,use=block title alerted,bg=block title alerted.bg!10!bg} + \setbeamercolor{block body example}{parent=normal text,use=block title example,bg=block title example.bg!10!bg} + + \setbeamercolor{item}{parent=local structure,fg=lhOrange,bg=lhDarkGray} + \setbeamercolor{subitem}{parent=item, fg=lhLightGray} + \setbeamercolor{subsubitem}{parent=subitem} + +\mode + +