File: theme.toml

package info (click to toggle)
python-docs-theme 2025.12-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: javascript: 150; python: 146; makefile: 26
file content (39 lines) | stat: -rw-r--r-- 1,139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[theme]
inherit = "default"
stylesheets = [
    "classic.css",
    "pydoctheme.css",
]
pygments_style = { default = "default", dark = "monokai" }

[options]
bodyfont = "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif"
headfont = "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif"
footerbgcolor = "white"
footertextcolor = "#555555"
relbarbgcolor = "white"
relbartextcolor = "#666666"
relbarlinkcolor = "#444444"
sidebarbgcolor = "white"
sidebartextcolor = "#444444"
sidebarlinkcolor = "#444444"
sidebarbtncolor = "#cccccc"
bgcolor = "white"
textcolor = "#222222"
linkcolor = "#0090c0"
visitedlinkcolor = "#00608f"
headtextcolor = "#1a1a1a"
headbgcolor = "white"
headlinkcolor = "#aaaaaa"
codebgcolor = "#eeffcc"
codetextcolor = "#333333"

hosted_on = ""
issues_url = ""
license_url = ""
root_name = "Python"
root_url = "https://www.python.org/"
root_icon = "py.svg"
root_icon_alt_text = "Python logo"
root_include_title = "True"
copyright_url = ""