diff options
Diffstat (limited to '')
-rw-r--r-- | sphinx/themes/agogo/theme.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sphinx/themes/agogo/theme.conf b/sphinx/themes/agogo/theme.conf new file mode 100644 index 0000000..6a4457e --- /dev/null +++ b/sphinx/themes/agogo/theme.conf @@ -0,0 +1,20 @@ +[theme] +inherit = basic +stylesheet = agogo.css +pygments_style = tango + +[options] +bodyfont = "Verdana", Arial, sans-serif +headerfont = "Georgia", "Times New Roman", serif +pagewidth = 70em +documentwidth = 50em +rightsidebar = true +sidebarwidth = 20em +bgcolor = #eeeeec +headerbg = #555573 url(bgtop.png) top left repeat-x +footerbg = url(bgfooter.png) top left repeat-x +linkcolor = #ce5c00 +headercolor1 = #204a87 +headercolor2 = #3465a4 +headerlinkcolor = #fcaf3e +textalign = justify |