Metadata-Version: 2.4
Name: pygments-styles
Version: 0.3.0
Summary: A curated collection of Pygments styles based on VS Code themes.
Author-email: Hsiaoming Yang <me@lepture.com>
License: BSD-3-Clause
Project-URL: Source, https://github.com/lepture/pygments-styles
Project-URL: Homepage, https://pygments-styles.org/
Project-URL: Sponsors, https://github.com/sponsors/lepture
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygments
Dynamic: license-file

<div align="center">

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://pygments-styles.org/_static/dark-logo.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://pygments-styles.org/_static/light-logo.svg">
  <img alt="Shibuya Sphinx Theme Logo" src="https://pygments-styles.org/_static/light-logo.svg" width="400">
</picture>

<br><br>

[![PyPi](https://img.shields.io/pypi/v/pygments-styles?style=for-the-badge)](https://pypi.python.org/pypi/pygments-styles)
[![Documentation](https://img.shields.io/badge/documentation-6E56CF?style=for-the-badge&logo=python&logoColor=white)](https://pygments-styles.org/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/lepture?color=E54666&style=for-the-badge)](https://github.com/sponsors/lepture)

</div>

A curated collection of Pygments styles based on VS Code themes.

![screenshot](https://github.com/user-attachments/assets/7254432b-4b70-48a0-a3ba-0055b1eeecde)


## Links

- [Using Pygments styles in Sphinx](https://pygments-styles.org/guide/sphinx/)
- [Using Pygments styles in MkDocs](https://pygments-styles.org/guide/mkdocs/)

## License

BSD 3-Clause License
