Skip to main content

Pygments version of the Solarized theme.

Project description

Using PyPI and pip

$ pip install pygments-solarized-style

Usage Sample

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

Export the style as CSS

pygmentize -S solarizedlight -f html > solarizedlight.css

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygments_solarized_style-0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page