summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-11-18 13:06:50 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-18 13:06:50 +0100
commit8eefdf0e5267c13fa0a7ffe6cc1743b2931abc35 (patch)
tree2b1b26d79940b5edd14ed54a0b7f696c48e5e715 /docs
parenta0f977efc2504b463dc930ff53b66f952ea99a20 (diff)
downloadhaskell-8eefdf0e5267c13fa0a7ffe6cc1743b2931abc35.tar.gz
users-guide: Use tango pygments style
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index eef8f4c1c6..dd369b19d1 100644
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -27,7 +27,7 @@ release = version # The full version, including alpha/beta/rc tags.
# Syntax highlighting
highlight_language = 'haskell'
-pygments_style = 'colorful'
+pygments_style = 'tango'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.