blog-theme/alchemy/static/css
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
..
pygments Theme support, add PYGMENTS_STYLE option, stylesheets 2016-11-07 12:24:30 +03:00
bootstrap.css Generated using the Bootstrap Customizer 2016-11-06 21:56:20 +03:00
bootstrap.min.css Generated using the Bootstrap Customizer 2016-11-06 21:56:20 +03:00
clean-blog.css Use the clean blog bootstrap theme as a start, v3.3.7 2016-11-06 22:07:23 +03:00
clean-blog.min.css Use the clean blog bootstrap theme as a start, v3.3.7 2016-11-06 22:07:23 +03:00
font-awesome.css Replace icon fonts with fontawesome v4.7.0 2016-11-06 22:00:21 +03:00
font-awesome.min.css Replace icon fonts with fontawesome v4.7.0 2016-11-06 22:00:21 +03:00
style.css Theme support, add PYGMENTS_STYLE option, stylesheets 2016-11-07 12:24:30 +03:00