diff options
Diffstat (limited to '')
-rw-r--r-- | sphinx/themes/scrolls/theme.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sphinx/themes/scrolls/theme.toml b/sphinx/themes/scrolls/theme.toml new file mode 100644 index 0000000..92b1bfa --- /dev/null +++ b/sphinx/themes/scrolls/theme.toml @@ -0,0 +1,15 @@ +[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" |