I'm using minted to format code in a book. Except for the bw theme, I only see colored styles, which is nice for producing a PDF, but not ideal for printing in black & white.
Is there a clean black & white style I can use (probably something resembling what algorithmicx produces) for pygments/minted which I could use for the printable version of the book?

\usepackage[gray]{xcolor}– Marco Daniel May 29 '12 at 16:00algorithmicxdoes. – ℝaphink May 29 '12 at 18:31