Metadata-Version: 2.4
Name: friendly_styles
Version: 0.2
Summary: Pygments styles designed for friendly/friendly-traceback
Home-page: https://github.com/friendly-traceback/friendly_styles
Author: André Roberge
Author-email: andre.roberge@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: pygments>=2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# friendly_styles

Pygments compatible styles used with [friendly](https://github.com/friendly-traceback/friendly).

Two styles are defined: one suitable for black (or very dark) background
and another for white (or very pale) background. 

These styles are defined in such a way that code highlighted by 
[Rich](https://github.com/willmcgugan/rich) use consistent colours whether
the code is highlighted by Rich base on some `repr` bypassing Pygments
or done by Pygments.

![Example of highlighting](example.png)
