[Python-checkins] devguide: The default blue is definitely better

antoine.pitrou python-checkins at python.org
Mon Jan 24 01:06:01 CET 2011


antoine.pitrou pushed 4d0228f48934 to devguide:

http://hg.python.org/devguide/rev/4d0228f48934
changeset:   196:4d0228f48934
parent:      188:8ef525742863
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Jan 24 01:04:58 2011 +0100
summary:
  The default blue is definitely better

files:
  conf.py

diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -98,21 +98,7 @@
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-html_theme_options = {
- 'headtextcolor':    '#a37e00',
- 'linkcolor':        '#054f9c',
- 'visitedlinkcolor': '#666677',
- 'sidebarlinkcolor': '#f39e00',
- 'sidebartextcolor': 'white',
- 'relbarlinkcolor':  'white',
- 'textcolor':        'white',
- 'footertextcolor':  'white',
- 'textcolor':        'black',
- 'bgcolor':          'white',
- 'sidebarbgcolor':   '#631e00',
- 'footerbgcolor':    'black',
- 'relbarbgcolor':    '#a34e00',
-}
+#html_theme_options = {}
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list