Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/common/themes/sage-classic/theme.conf
4117 views
1
[theme]
2
inherit = classic
3
stylesheet = sage.css
4
pygments_style = sphinx
5
6
[options]
7
# Background color for the footer line: dark blue
8
footerbgcolor = #8C8DE6
9
10
# Text color for the footer line: white
11
footertextcolor = #FFFFFF
12
13
# Background color for the sidebar: light bluish gray
14
sidebarbgcolor = #EAEAF8
15
16
# Text color for the sidebar: black
17
sidebartextcolor = #000000
18
19
# Link color for the sidebar: light dark blue
20
sidebarlinkcolor = #090999
21
22
# Background color for the relation bar: light grayish blue
23
relbarbgcolor = #B8B9F6
24
25
# Text color for the relation bar: light dark blue
26
relbartextcolor = #090999
27
28
# Link color for the relation bar: light dark blue
29
relbarlinkcolor = #090999
30
31
# Body text color: black
32
textcolor = #000000
33
34
# Background color for headings: light gray
35
headbgcolor = #F2F2F2
36
37
# Body link color: dark greenish blue
38
linkcolor = #45529B
39
40
# Background color for code blocks: very pale yellow
41
codebgcolor = #FFFFE5
42
43
44