From b1bd178a0865069bbc51cf5630b241e7477465c0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 19:36:04 +0200 Subject: conf.py: Changing theme for code blocks to 'vim'. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d3daab2..d36f24a 100644 --- a/conf.py +++ b/conf.py @@ -906,7 +906,7 @@ IMAGE_FOLDERS = {'images': 'images'} # paraiso-light, pastie, perldoc, rrt, tango, trac, vim, vs, xcode # This list MAY be incomplete since pygments adds styles every now and then. # Check with list(pygments.styles.get_all_styles()) in an interpreter. -# CODE_COLOR_SCHEME = 'default' +CODE_COLOR_SCHEME = 'vim' # FAVICONS contains (name, file, size) tuples. # Used to create favicon link like this: -- cgit v1.2.3-54-g00ecf