Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richleland/pygments-css
css files created from pygment's built-in styles
https://github.com/richleland/pygments-css
Last synced: 30 days ago
JSON representation
css files created from pygment's built-in styles
- Host: GitHub
- URL: https://github.com/richleland/pygments-css
- Owner: richleland
- License: unlicense
- Created: 2009-05-27T04:33:45.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T17:06:09.000Z (about 2 years ago)
- Last Synced: 2024-10-01T20:01:34.988Z (about 1 month ago)
- Language: CSS
- Homepage: http://richleland.github.io/pygments-css/
- Size: 47.9 KB
- Stars: 1,116
- Watchers: 28
- Forks: 379
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygments-css
[Pygments](http://pygments.org), a Python-based code highlighting tool, comes with a set of builtin styles (not css files) for code highlighting. You have to generate a CSS file using the command line.
You can generate these yourself, but this git repository has already generated them for you.
build
-----These css files were generated using pygmentize on the command line like so::
pygmentize -S default -f html -a .highlight > default.css
You can remove or change the top-level class by removing or modifying `-a .highlight` in the `makefile`.
To regenerate them all with whichever ``pygments`` version you are using, run
git clone
cd pygments-css
make cssfiles