From 78025eb8a0848a5f70f41d99af53fc382b50917c Mon Sep 17 00:00:00 2001 From: mirabilos <t.glaser@tarent.de> Date: Sat, 3 Mar 2018 17:09:51 +0100 Subject: [PATCH] use Teckids colours to replace close ones --- teckids2style.sty | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/teckids2style.sty b/teckids2style.sty index 3aecf04..462837a 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}, -- GitLab