Metadata-Version: 2.1
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

# 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)
