BFH Color aliases

As you might want to change the colors of the BFH classes. You can do that with the command \colorlet provided by the used xcolor package All you have to know is which element has which alias name. With this information you are able to change the color of the element as you prefer.

Overwrite the default color as follows:

\colorlet{<ALIAS_NAME>}{<COLOR>}

e.g

\colorlet{BFH-titlebg}{gray}

Title Page

Missing alias_titlepage image

Content

Missing alias_toc image

Pagenumber

To change the color of the page number(s) for entire document.

\setkomafont{pagenumber}{\color{<COLOR>}}

Itemize

To change the color of the items in the itemize environment globally.

\setkomafont{labelitemi}{\color{<COLOR>}}

Colors on BFH Beamer

Warning

This applies only for bfhbeamer documentclass.

Switching the color of the section page(s).

\setbeamercolor{BFH}{parent=<COLOR>}