diff options
Diffstat (limited to 'sphinx/themes/classic/theme.conf')
-rw-r--r-- | sphinx/themes/classic/theme.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sphinx/themes/classic/theme.conf b/sphinx/themes/classic/theme.conf new file mode 100644 index 0000000..cd16f4b --- /dev/null +++ b/sphinx/themes/classic/theme.conf @@ -0,0 +1,32 @@ +[theme] +inherit = basic +stylesheet = classic.css +pygments_style = sphinx + +[options] +rightsidebar = false +stickysidebar = false +collapsiblesidebar = false +externalrefs = false + +footerbgcolor = #11303d +footertextcolor = #ffffff +sidebarbgcolor = #1c4e63 +sidebarbtncolor = #3c6e83 +sidebartextcolor = #ffffff +sidebarlinkcolor = #98dbcc +relbarbgcolor = #133f52 +relbartextcolor = #ffffff +relbarlinkcolor = #ffffff +bgcolor = #ffffff +textcolor = #000000 +headbgcolor = #f2f2f2 +headtextcolor = #20435c +headlinkcolor = #c60f0f +linkcolor = #355f7c +visitedlinkcolor = #355f7c +codebgcolor = unset +codetextcolor = unset + +bodyfont = sans-serif +headfont = 'Trebuchet MS', sans-serif |