Skip to content

apouche/solarized-dark-pygments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solarized (Dark) Pygments Style

What Is It?

This is a simple style for Pygments that is inspired by the Solarized project by Ethan Schoonover.

This style is for the dark background variant of Solarized. If you're looking for a light background version, try john2x's solarized-pygment.

How Do I Install It?

You must first, find the path of the Pygments egg styles folder, this is usually something like /Library/Python/2.7/site-packages/Pygments-1.5-py2.7.egg/pygments/styles/.

Then execute :

sudo git clone git://github.com/gthank/solarized-dark-pygments.git && cd solarized-dark-pygments
sudo python setup.py install

You're done, now you can do things like :

pygmentize -O full,style=solarized -o ~/Desktop/test.html ~/.bashrc

Acknowledgements

I built it mostly by adapting the various editor syntax coloring themes that are available in the project proper, especially the TextMate theme.

About

A Pygments style based on the dark background variant of Solarized

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%