BFH colour aliases
You may want to change the colours 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 can change the element’s colour as you prefer.
Overwrite the default colours as follows:
\colorlet{<ALIAS_NAME>}{<COLOR>}
e.g
\colorlet{BFH-titlebg}{gray}
Currently, available predefined BFH colours are:
The definitions are in the following style file(s) of the BFH-CI LaTeX package.
bfhcolors.sty
beamercolorthemeBFH.sty
Title Page
Content
Pagenumber
To change the color of the page number(s) for entire document.
\setkomafont{pagenumber}{\color{<COLOR>}}
Itemize
To change the colour of the items in the itemize environment globally.
\setkomafont{labelitemi}{\color{<COLOR>}}
Colours on BFH Beamer
Warning
This applies only for bfhbeamer
documentclass.
Switching the color of the section page(s).
\setbeamercolor{BFH}{parent=<COLOR>}