diff --git a/teckids2style.sty b/teckids2style.sty
index 3aecf04f96e61486f7ff8e032605b7534f4a8b48..462837a4b8d67e1d6f99741a82590ca7e719ad8d 100644
--- a/teckids2style.sty
+++ b/teckids2style.sty
@@ -78,9 +78,9 @@
 
 \hypersetup{
 	colorlinks = true,
-	linkcolor = blue,
-	urlcolor = blue,
-	citecolor = blue,
+	linkcolor = teckidsbluestroke,
+	urlcolor = teckidsbluestroke,
+	citecolor = teckidsbluestroke,
 	pdfauthor = {Teckids e.V.}
 }%
 
@@ -287,12 +287,12 @@
 	showspaces=false,
 	showstringspaces=false,
 	escapeinside={〈}{〉},
-	keywordstyle=\color[rgb]{0,0,1},
+	keywordstyle=\color{teckidsbluestroke},
 	commentstyle=\color{ForestGreen},
-	stringstyle=\color{RedOrange},
+	stringstyle=\color{teckidsorangedark},
 	% für 〔Paßwörter〕 und 「variable Texte」 in Listings
 	moredelim=[is][\color{ForestGreen}]{〔}{〕},
-	moredelim=*[is][\color{RedOrange}]{「}{」},
+	moredelim=*[is][\color{teckidsorangedark}]{「}{」},
 	% Zeilennummern
 	numbers=left,
 	numberstyle=\ttfamily\color[HTML]{444444},