https://github.com/falconry/pygments-theme
Falconry Pygments Theme
https://github.com/falconry/pygments-theme
falcon-framework pygments-style
Last synced: 6 months ago
JSON representation
Falconry Pygments Theme
- Host: GitHub
- URL: https://github.com/falconry/pygments-theme
- Owner: falconry
- License: apache-2.0
- Created: 2024-08-22T15:52:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T12:59:23.000Z (about 1 year ago)
- Last Synced: 2024-09-19T13:21:27.071Z (about 1 year ago)
- Topics: falcon-framework, pygments-style
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Falconry Pygments Theme
This repository contains the following [Pygments](https://pygments.org/) styles:
* `falconry-light` – style for light background
* `falconry-dark` – style for dark backgroundThese 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).