From cf7da1843c45a4c2df7a749f7886a2d2ba0ee92a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:25:40 +0200 Subject: Adding upstream version 7.2.6. Signed-off-by: Daniel Baumann --- sphinx/themes/classic/theme.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sphinx/themes/classic/theme.conf (limited to 'sphinx/themes/classic/theme.conf') diff --git a/sphinx/themes/classic/theme.conf b/sphinx/themes/classic/theme.conf new file mode 100644 index 0000000..5963d04 --- /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 = #551a8b +codebgcolor = unset +codetextcolor = unset + +bodyfont = sans-serif +headfont = 'Trebuchet MS', sans-serif -- cgit v1.2.3