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