Files @ 476daae2a94c
Branch filter:

Location: kallithea/docs/theme/nature/theme.conf - annotation

Mads Kiilerich
style: generate pygments.css directly with pygmentize -a

This avoids 'sed' post-processing of the generated css.

pygments.css can thus be generated with:

pygmentize -S default -f html -a .code-highlight > kallithea/public/css/pygments.css
1
2
3
4
[theme]
inherit = basic
stylesheet = nature.css
pygments_style = tango