Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pygments-style-monokailight

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pygments-style-monokailight

Pygments version of the monokai theme for light backgrounds.

  • 0.4
  • PyPI
  • Socket score

Maintainers
1

This is a pygments style based on the popular Monokai color scheme. This version is suitable for light backgrounds, whereas the original scheme is designed for dark backgrounds.

Installation

Conda

::

$ conda install -c mlgill pygments-style-monokailight

PyPI and pip

::

$ pip install pygments-style-monokailight

Source

::

$ git clone git://github.com/mlgill/pygments-style-monokailight $ cd pygments-style-monokailight $ python setup.py install

Usage Sample

::

from pygments.formatters import HtmlFormatter HtmlFormatter(style='monokailight').style <class 'pygments_style_monokailight.MonokaiLightStyle'>

Export the style as CSS

::

pygmentize -S monokailight -f html > monokailight.css

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc