Generated with following script:
#!/usr/bin/perluse strict;
my @colors = ("monokai","monokai","manni","perldoc","borland","colorful","default","murphy","vs","trac","tango","fruity","autumn","bw","emacs","pastie","friendly","native" );
foreach my $color( @colors ) {my $cmd = "pygmentize ";$cmd .= "-o $color.png ";$cmd .= "-O style=$color ";$cmd .= "-P font_name=\"Dejavu Sans Mono\" ";$cmd .= "sample.c";system $cmd;}
autumn:
borland:
bw:
colorful:
default:
emacs:
borland:
fruity:
manni:
monokai:
murphy:
native:
pastie:
perldoc:
tango:
trac:
vs: