Renamed color lhGray to lhDarkGray and introduced additional color lhLightGray.

This commit is contained in:
Achim D. Brucker 2016-11-15 09:15:44 +00:00
parent a8a5cdf5bb
commit d71f745d78
4 changed files with 4 additions and 3 deletions

View File

@ -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/)

Binary file not shown.

View File

@ -17,7 +17,7 @@
\begin{center}
\lhcomLogoLight
\end{center}
\colorbox{lhGray}{\begin{minipage}{\textwidth}
\colorbox{lhDarkGray}{\begin{minipage}{\textwidth}
\begin{center}
\lhLogoDark
\end{center}

View File

@ -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}}