Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/doc/common/themes/sage/theme.conf
8817 views
1
[theme]
2
inherit = default
3
stylesheet = sage.css
4
pygments_style = sphinx
5
6
[options]
7
# Custom Sage theme options
8
9
# MathJax settings filled in by conf.py
10
mathjax_macros =
11
12
# Sphinx default theme options
13
14
#nosidebar = false
15
#rightsidebar = false
16
#stickysidebar = false
17
18
# Background color for the footer line: pale, light grayish blue (CSS color):
19
footerbgcolor = #B8B9F6
20
# Text color for the footer line: black (CSS color):
21
footertextcolor = #000000
22
# Background color for the sidebar: light bluish gray (CSS color):
23
sidebarbgcolor = #EAEAF8
24
# Text color for the sidebar: black (CSS color):
25
sidebartextcolor = #000000
26
# Link color for the sidebar: dark blue (CSS color):
27
sidebarlinkcolor = #090999
28
# Background color for the relation bar: pale, light grayish blue (CSS color):
29
relbarbgcolor = #B8B9F6
30
# Text color for the relation bar: black (CSS color):
31
relbartextcolor = #000000
32
# Link color for the relation bar: dark blue (CSS color):
33
relbarlinkcolor = #090999
34
# Body background color (CSS color):
35
#bgcolor = #ffffff
36
# Body text color: black (CSS color):
37
textcolor = #000000
38
# Background color for headings: light bluish gray (CSS color):
39
headbgcolor = #EAEAF8
40
# Text color for headings (CSS color):
41
#headtextcolor = #20435c
42
# Link color for headings (CSS color):
43
#headlinkcolor = #c60f0f
44
# Body link color: dark greenish blue (CSS color):
45
linkcolor = #45529B
46
# Background color for code blocks: very pale yellow (CSS color):
47
codebgcolor = #FFFFE5
48
# Default text color for code blocks, if not set differently by the highlighting style (CSS color):
49
#codetextcolor = #333333
50
51
# Font for normal text (CSS font-family):
52
#bodyfont = sans-serif
53
# Font for headings (CSS font-family):
54
#headfont = 'Trebuchet MS', sans-serif
55
56