Skip to content

Commit

Permalink
changed arrow to grey
Browse files Browse the repository at this point in the history
see Issue: #37
  • Loading branch information
ruffdd committed Sep 7, 2020
1 parent 5a5fc66 commit 5648750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sheets/vorkurs.cls
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
\definecolor{javagreen}{rgb}{0.25,0.5,0.35} % comments
\definecolor{javapurple}{rgb}{0.5,0,0.35} % keywords
\definecolor{javadocblue}{rgb}{0.25,0.35,0.75}

\definecolor{unimportentgrey}{rgb}{0.6,0.6,0.6}
%%%%%%%%%%%%
% listings %
%%%%%%%%%%%%
Expand Down Expand Up @@ -71,7 +71,7 @@
showstringspaces=false,
frame=single,
breaklines=true,
postbreak=\mbox{{$\hookrightarrow$}\space}
postbreak=\mbox{\textcolor{unimportentgrey}{$\hookrightarrow$}\space}
}

%%%%%%%%%%%%%%
Expand Down

0 comments on commit 5648750

Please sign in to comment.