diff options
author | David Runge <dave@sleepmap.de> | 2019-04-20 19:36:04 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-04-20 19:36:04 +0200 |
commit | b1bd178a0865069bbc51cf5630b241e7477465c0 (patch) | |
tree | 4056399a1cb20c2e810830451d501d4f50b7d05e | |
parent | 03fad727699cc0d47639f3485d7d62baf4ed4013 (diff) | |
download | sleepmap-b1bd178a0865069bbc51cf5630b241e7477465c0.tar.gz sleepmap-b1bd178a0865069bbc51cf5630b241e7477465c0.tar.bz2 sleepmap-b1bd178a0865069bbc51cf5630b241e7477465c0.tar.xz sleepmap-b1bd178a0865069bbc51cf5630b241e7477465c0.zip |
conf.py: Changing theme for code blocks to 'vim'.
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |