Skip to content

Commit d478f86

Browse files
committedApr 22, 2015
updated list of pygment styyles
1 parent eaa30cb commit d478f86

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed
 

‎nikola/conf.py.in

+29-2
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,35 @@ REDIRECTIONS = ${REDIRECTIONS}
488488

489489
# Color scheme to be used for code blocks. If your theme provides
490490
# "assets/css/code.css" this is ignored.
491-
# Can be any of autumn borland bw colorful default emacs friendly fruity manni
492-
# monokai murphy native pastie perldoc rrt tango trac vim vs
491+
# Can be any of:
492+
# algol
493+
# algol_nu
494+
# arduino
495+
# autumn
496+
# borland
497+
# bw
498+
# colorful
499+
# default
500+
# emacs
501+
# friendly
502+
# fruity
503+
# igor
504+
# lovelace
505+
# manni
506+
# monokai
507+
# murphy
508+
# native
509+
# paraiso_dark
510+
# paraiso_light
511+
# pastie
512+
# perldoc
513+
# rrt
514+
# tango
515+
# trac
516+
# vim
517+
# vs
518+
# xcode
519+
$ This list MAY be incomplete since pygments adds styles every now and then.
493520
# CODE_COLOR_SCHEME = 'default'
494521

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

0 commit comments

Comments
 (0)
Please sign in to comment.