Metadata-Version: 2.2
Name: falconry-pygments-theme
Version: 0.3.0
Summary: Falconry Pygments styles
Author-email: Vytautas Liuolia <vytautas.liuolia@gmail.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/falconry/pygments-theme
Project-URL: Funding, https://opencollective.com/falcon
Project-URL: Chat, https://gitter.im/falconry/dev
Project-URL: Source, https://github.com/falconry/pygments-theme
Keywords: falcon-framework,pygments,pygments-style
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygments>=1.5

# Falconry Pygments Theme

This repository contains the following [Pygments](https://pygments.org/) styles:

* `falconry-light` – style for light background
* `falconry-dark` – style for dark background

These styles are primarily intended for
[Falconry](https://github.com/falconry/)'s own projects, but hey –
they are open source – reuse or mod if you wish.

## Accessibility

Both styles meet at least the AA level of the
[WCAG 2.1 criteria](https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html)
for color contrast of normal text.

## Acknowledgements

The WCAG contrast tests were inspired by
[accessible-pygments](https://github.com/Quansight-Labs/accessible-pygments).
