Home | History | Annotate | Download | only in pydoctheme
      1 [theme]
      2 inherit = default
      3 stylesheet = pydoctheme.css
      4 pygments_style = sphinx
      5 
      6 [options]
      7 bodyfont = 'Lucida Grande', Arial, sans-serif
      8 headfont = 'Lucida Grande', Arial, sans-serif
      9 footerbgcolor = white
     10 footertextcolor = #555555
     11 relbarbgcolor = white
     12 relbartextcolor = #666666
     13 relbarlinkcolor = #444444
     14 sidebarbgcolor = white
     15 sidebartextcolor = #444444
     16 sidebarlinkcolor = #444444
     17 bgcolor = white
     18 textcolor = #222222
     19 linkcolor = #0090c0
     20 visitedlinkcolor = #00608f
     21 headtextcolor = #1a1a1a
     22 headbgcolor = white
     23 headlinkcolor = #aaaaaa
     24