diff --git a/preamble.tex b/preamble.tex index 862a298..d17db10 100644 --- a/preamble.tex +++ b/preamble.tex @@ -25,10 +25,10 @@ \definecolor{ese_bg_color}{rgb}{0.34, 0.23, 0.46} % 87, 59, 117 \definecolor{ese_fg_color}{rgb}{1, 1, 1} - \definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28 \definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153 +% is toggled twice for moduluebersicht.tex \changemenucolor{gray}{bg}{named}{ese_fg_color} %background of the menukeys \changemenucolor{gray}{br}{named}{ese_bg_color} %border of the menukeys \changemenucolor{gray}{txt}{named}{ese_bg_color} %text of the menukeys diff --git a/texte/moduluebersicht.tex b/texte/moduluebersicht.tex index dd16bd6..6d509b8 100644 --- a/texte/moduluebersicht.tex +++ b/texte/moduluebersicht.tex @@ -1,3 +1,8 @@ +% toggles back at the end of this file! +\changemenucolor{gray}{bg}{named}{ese_bg_color} %background of the menukeys +\changemenucolor{gray}{br}{named}{ese_fg_color} %border of the menukeys +\changemenucolor{gray}{txt}{named}{ese_fg_color} %text of the menukeys + \addchap{Modulübersicht} Ein (M) kennzeichnet ein Modul nur für Medieninformatiker, ein (I) jeweils Module für Informatiker und ein (D) für Diplominformatiker. @@ -264,3 +269,7 @@ So schnell kann es gehen. \includegraphics[scale=.5]{img/xkcd/exploits_of_a_mom.png} \caption*{{\small \textit{Her daughter is named Help I'm trapped in a driver's license factory. (https://xkcd.com/327)}}} \end{figure} + +\changemenucolor{gray}{bg}{named}{ese_fg_color} %background of the menukeys +\changemenucolor{gray}{br}{named}{ese_bg_color} %border of the menukeys +\changemenucolor{gray}{txt}{named}{ese_bg_color} %text of the menukeys \ No newline at end of file