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

pygll

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pygll

Pygments syntax highlighting styles for dark and light backgrounds

  • 0.1
  • PyPI
  • Socket score

Maintainers
1

Pygments__ syntax highlighting styles for dark and light backgrounds

__ https://pygments.org/

.. image:: https://raw.githubusercontent.com/LivingLogic/LivingLogic.Python.PygLL/master/PygLL.png

Installation

Install with::

$ pip install pygll

After installation, two new Pygments styles are available:

=============================== ===================== Python class Plugin name =============================== ===================== pygll.LivingLogicLightStyle livinglogic-light pygll.LivingLogicDarkStyle livinglogic-dark =============================== =====================

Usage with Sphinx

If you want to use this Pygments style with Sphinx put the following in your conf.py::

pygments_style = 'livinglogic-light'

Whether and how you can specify both styles to let the browser automatically switch them depending on the current OS color scheme depends on the HTML theme you're using.

History

0.1 (2021-07-23)

Initial release.

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