Skip to main content

A Collection of Custom Pygments Styles

Project description

README

Pygments port of Github Color Scheme.

Install

Using PyPI and pip

$ (sudo) pip install pygments-style-extras

Manual

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

Usage example

>>> from pygments.formatters import HtmlFormatter
>>> HtmlFormatter(style='github').style
<class 'pygments_style_github.GithubStyle'>

Export the style as CSS

$ pygmentize -S [style] -f html -a .parent > [style].css

Available Styles

  • github

  • monokai_light

  • railscasts

  • and Many Nore on the way

Github Example

$ pygmentize -S github -f html -a .highlight > github.css

Output:

.highlight .hll { background-color: #ffffcc }
.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
...

Extra information

Pygments supported languages

Pygments at the moment supports over 150 different programming languages, template languages and other markup languages. To see an exhaustive list of the currently supported languages, use the command:

$ pygmentize -L lexers

Pygments styles avaible

To get a list of all available stylesheets, execute the following command on the command line:

$ pygmentize -L styles

Please read the official documentation for further information on the usage of pygment styles.

Project details


Download files

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

Source Distributions

pygments-style-extras-0.0.3.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distributions

pygments_style_extras-0.0.3-py2.7.egg (9.0 kB view hashes)

Uploaded Source

pygments_style_extras-0.0.3-py2-none-any.whl (7.4 kB view hashes)

Uploaded Python 2

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