%%%%%%%%%%%%%%%%%%%%
%% CODE LISTINGS
%%%%%%%%%%%%%%%%%%%%

\usepackage{listings}

\lstset{
	breaklines=true,
	frame=leftline,
	%frame=bottomline,
	basicstyle=\small,
	%numbers=left,
	numberstyle=\tiny,
	tabsize=2,
	showstringspaces=false,
	keywordstyle=\color[rgb]{0,0,1},
	commentstyle=\color[rgb]{0.133,0.545,0.133},
	stringstyle=\color[rgb]{0.627,0.126,0.941},
}