You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
673 B
27 lines
673 B
9 years ago
|
\lstset{
|
||
|
language=Ruby,
|
||
|
upquote=true,
|
||
|
columns=fixed,
|
||
|
numbers=left,
|
||
|
numberstyle=\tiny\color{beamer@solarized@base01},
|
||
|
numbersep=5pt,
|
||
|
tabsize=2,
|
||
|
extendedchars=true,
|
||
|
breaklines=true,
|
||
|
frame=single,
|
||
|
showspaces=false,
|
||
|
showtabs=false,
|
||
|
xleftmargin=0pt,
|
||
|
framexleftmargin=0pt,
|
||
|
framexrightmargin=0pt,
|
||
|
framextopmargin=0pt,
|
||
|
framexbottommargin=0pt,
|
||
|
showstringspaces=false,
|
||
|
basicstyle=\footnotesize\ttfamily,
|
||
|
keywordstyle=\color{beamer@solarized@green},
|
||
|
stringstyle=\color{beamer@solarized@cyan}\ttfamily,
|
||
|
identifierstyle=\color{beamer@solarized@blue},
|
||
|
commentstyle=\color{beamer@solarized@base01},
|
||
|
emphstyle=\color{beamer@solarized@red}
|
||
|
}
|