Skip to content

Commit 7113502

Browse files
committedApr 17, 2017
List Pygments styles on 3 lines (#2485)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent d032822 commit 7113502

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed
 

‎nikola/conf.py.in

+4-27
Original file line numberDiff line numberDiff line change
@@ -747,34 +747,11 @@ IMAGE_FOLDERS = {'images': 'images'}
747747
# Color scheme to be used for code blocks. If your theme provides
748748
# "assets/css/code.css" this is ignored. Leave empty to disable.
749749
# Can be any of:
750-
# algol
751-
# algol_nu
752-
# arduino
753-
# autumn
754-
# borland
755-
# bw
756-
# colorful
757-
# default
758-
# emacs
759-
# friendly
760-
# fruity
761-
# igor
762-
# lovelace
763-
# manni
764-
# monokai
765-
# murphy
766-
# native
767-
# paraiso_dark
768-
# paraiso_light
769-
# pastie
770-
# perldoc
771-
# rrt
772-
# tango
773-
# trac
774-
# vim
775-
# vs
776-
# xcode
750+
# algol, algol_nu, autumn, borland, bw, colorful, default, emacs, friendly,
751+
# fruity, igor, lovelace, manni, monokai, murphy, native, paraiso-dark,
752+
# paraiso-light, pastie, perldoc, rrt, tango, trac, vim, vs, xcode
777753
# This list MAY be incomplete since pygments adds styles every now and then.
754+
# Check with list(pygments.styles.get_all_styles()) in an interpreter.
778755
# CODE_COLOR_SCHEME = 'default'
779756

780757
# If you use 'site-reveal' theme you can select several subthemes

0 commit comments

Comments
 (0)
Please sign in to comment.