16 lines
307 B
TOML
16 lines
307 B
TOML
[theme]
|
|
inherit = "basic"
|
|
stylesheets = [
|
|
"scrolls.css",
|
|
]
|
|
pygments_style = { default = "tango" }
|
|
|
|
[options]
|
|
body_min_width = "0"
|
|
body_max_width = "680"
|
|
headerbordercolor = "#1752b4"
|
|
subheadlinecolor = "#0d306b"
|
|
linkcolor = "#1752b4"
|
|
visitedlinkcolor = "#551a8b"
|
|
admonitioncolor = "#28437f"
|