You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
797 B
34 lines
797 B
[theme]
|
|
inherit = "basic"
|
|
stylesheets = [
|
|
"classic.css",
|
|
]
|
|
pygments_style = { default = "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 = "#551a8b"
|
|
codebgcolor = "unset"
|
|
codetextcolor = "unset"
|
|
|
|
bodyfont = "sans-serif"
|
|
headfont = "'Trebuchet MS', sans-serif"
|
|
|