Skip to content
Snippets Groups Projects
Commit 78025eb8 authored by mirabilos's avatar mirabilos
Browse files

use Teckids colours to replace close ones

parent dcccf528
No related branches found
No related tags found
No related merge requests found
...@@ -78,9 +78,9 @@ ...@@ -78,9 +78,9 @@
\hypersetup{ \hypersetup{
colorlinks = true, colorlinks = true,
linkcolor = blue, linkcolor = teckidsbluestroke,
urlcolor = blue, urlcolor = teckidsbluestroke,
citecolor = blue, citecolor = teckidsbluestroke,
pdfauthor = {Teckids e.V.} pdfauthor = {Teckids e.V.}
}% }%
...@@ -287,12 +287,12 @@ ...@@ -287,12 +287,12 @@
showspaces=false, showspaces=false,
showstringspaces=false, showstringspaces=false,
escapeinside={}{}, escapeinside={}{},
keywordstyle=\color[rgb]{0,0,1}, keywordstyle=\color{teckidsbluestroke},
commentstyle=\color{ForestGreen}, commentstyle=\color{ForestGreen},
stringstyle=\color{RedOrange}, stringstyle=\color{teckidsorangedark},
% für 〔Paßwörter〕 und 「variable Texte」 in Listings % für 〔Paßwörter〕 und 「variable Texte」 in Listings
moredelim=[is][\color{ForestGreen}]{}{}, moredelim=[is][\color{ForestGreen}]{}{},
moredelim=*[is][\color{RedOrange}]{}{}, moredelim=*[is][\color{teckidsorangedark}]{}{},
% Zeilennummern % Zeilennummern
numbers=left, numbers=left,
numberstyle=\ttfamily\color[HTML]{444444}, numberstyle=\ttfamily\color[HTML]{444444},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment