-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy paththeme.toml
39 lines (37 loc) · 1.11 KB
/
theme.toml
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 = ""