Skip to content

westurner/pygments-style-jellywrd

 
 

Repository files navigation

Install

Using PyPI and pip

$ (sudo) pip install pygments-style-solarized

Manual

$ git clone git://github.com/shkumagai/pygments-style-solarized
$ cd pygments-style-solarized
$ (sudo) python setup.py install

Usage Sample

>>> from pygments.formatter import HtmlFormatter
>>> HtmlFormatter(style='solarizedlight').style
<class 'pygments_style_solarized.light.LightStyle'>
>>> HtmlFormatter(style='solarizeddark').style
<class 'pygments_style_solarized.light.DarkStyle'>

Export the style as CSS

pygmentize -S solarizedlight -f html > solarizedlight.css

About

Pygments style derived from jellywrd ViM colorscheme

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 59.0%
  • Python 27.2%
  • CSS 13.8%