diff --git a/lh-logo/README.md b/lh-logo/README.md index 29d292c..bf6f018 100644 --- a/lh-logo/README.md +++ b/lh-logo/README.md @@ -27,7 +27,7 @@ backgrounds and the latter print the logo designed for coloured (dark) backgrounds. Both commands take the same optional arguments as the `\includegraphics[]{}` command of the `graphicx` package. -In addition, the style defines the two colors `lhOrange` and `lhGray`. +In addition, the style defines the two colors `lhOrange`, `lhDarkGray`, and `lhLightGray`. ## Author * [Achim D. Brucker](http://www.brucker.ch/) diff --git a/lh-logo/example.pdf b/lh-logo/example.pdf index ca56edb..9f7415a 100644 Binary files a/lh-logo/example.pdf and b/lh-logo/example.pdf differ diff --git a/lh-logo/example.tex b/lh-logo/example.tex index b176fe2..1f5c351 100644 --- a/lh-logo/example.tex +++ b/lh-logo/example.tex @@ -17,7 +17,7 @@ \begin{center} \lhcomLogoLight \end{center} -\colorbox{lhGray}{\begin{minipage}{\textwidth} +\colorbox{lhDarkGray}{\begin{minipage}{\textwidth} \begin{center} \lhLogoDark \end{center} diff --git a/lh-logo/lh-logo.sty b/lh-logo/lh-logo.sty index 67c936a..1686fc2 100644 --- a/lh-logo/lh-logo.sty +++ b/lh-logo/lh-logo.sty @@ -16,7 +16,8 @@ \ProcessOptions\relax -\definecolor{lhGray}{HTML}{444444} +\definecolor{lhDarkGray}{HTML}{444444} +\definecolor{lhLightGray}{HTML}{cccccc} \definecolor{lhOrange}{HTML}{f36b21} \newcommand{\lhLogoLight}[1][]{\includegraphics[#1]{logo/logicalhacking-large}}