[Python-checkins] devguide: A slice of green

antoine.pitrou python-checkins at python.org
Sun Jan 23 20:17:38 CET 2011


antoine.pitrou pushed 4b4c19c55c60 to devguide:

http://hg.python.org/devguide/rev/4b4c19c55c60
changeset:   189:4b4c19c55c60
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Jan 23 20:17:32 2011 +0100
summary:
  A slice of green

files:
  conf.py

diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -100,9 +100,9 @@
 # documentation.
 html_theme_options = {
  'headtextcolor':    '#a37e00',
- 'linkcolor':        '#054f9c',
- 'visitedlinkcolor': '#666677',
- 'sidebarlinkcolor': '#f39e00',
+ 'linkcolor':        '#008000',
+ 'visitedlinkcolor': '#205020',
+ 'sidebarlinkcolor': '#ec9400',
  'sidebartextcolor': 'white',
  'relbarlinkcolor':  'white',
  'textcolor':        'white',

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


More information about the Python-checkins mailing list