A Collection of custom pygments styles for python
$ (sudo) pip install pygments-style-extras
$ (sudo) easy_install pygments-style-extras
$ git clone https://github.com/thecodechef/pygments-style-extras.git
$ cd pygments-style-extras
$ (sudo) python setup.py install
$ pygmentize -f html -S [style] -a .parent-class > css/[style].css
$ pygmentize -f html -S github -a .parent-class > css/github.css
$ pygmentize -f html -S monokai_light -a .highlight > css/monokai_light.css
$ pygmentize -f html -S railscasts -a .highlight > css/railscasts.css
if you find any bugs/issues report it at github and create a new issue
Thank You to all these people: