Skip to content

Accessible Pygments Release v0.0.3

Compare
Choose a tag to compare
@steff456 steff456 released this 09 Feb 23:58
· 84 commits to main since this release

Release v0.0.3

The new version of accessible pygments,

  • Fixes the highlighting colors of all our themes!
  • Adds a more in-depth documentation of each theme in the main readme
  • Improves our demo page - now you can also preview how the theme works with the highlighted colors!

Just install our package via pip or conda,

pip install accessible-pygments
conda install -c conda-forge accessible-pygments

** Please note that the version in conda-forge may be available after a few days of the release

For use, just use the names of our themes and play around in your application with them!

from pygments.formatters import HtmlFormatter
HtmlFormatter(style='a11y-light').style
<class 'accessible-pygments.A11yLight'>