Files
@ 079b24620dce
Branch filter:
Location: kallithea/scripts/generate-ini.py
079b24620dce
1.5 KiB
text/x-python
less: move non-generated parts of pygments.css to less file
The remaining parts of pygments.css can be generated with:
pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1, .codehilite \1 { /g' > kallithea/public/css/pygments.css
The remaining parts of pygments.css can be generated with:
pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1, .codehilite \1 { /g' > kallithea/public/css/pygments.css