blog-theme/alchemy/static
Raymond Wanyoike f58a419a6c Theme support, add PYGMENTS_STYLE option, stylesheets
To generate pygments theme files, get a list of known styles:

>>> from pygments.styles import STYLE_MAP
>>> STYLE_MAP.keys()
['default', 'emacs', 'friendly', 'colorful']

Generate the relevant stylesheet etc:

$ pygmentize -S emacs -f html -a '.highlight pre' > pygments/emacs.css
2016-11-07 12:24:30 +03:00
..
css Theme support, add PYGMENTS_STYLE option, stylesheets 2016-11-07 12:24:30 +03:00
fonts Generated using the Bootstrap Customizer 2016-11-06 21:56:20 +03:00
config.json Generated using the Bootstrap Customizer 2016-11-06 21:56:20 +03:00