mirror of
https://github.com/fsr/nopanic
synced 2025-01-19 00:11:42 +01:00
Menus in Modulübersicht rendern wieder wie vor dem letzten Commit.
This commit is contained in:
parent
204ade916a
commit
5a8c75bce1
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue