/usr/share/sphinx/themes/greencloud/theme.conf is in cloud-sptheme-common 1.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | [theme]
inherit = cloud
stylesheet = cloud.css
[options]
#styling for document body
bgcolor = #f8f8f8
linkcolor = #006906
#styling for document headers
headlinkcolor = #327438
#styling for section headers
sectionbgcolor = #75c47c
sectiontrimcolor = rgba(0,0,0,.1)
rubricbgcolor = #ADDAAA
#styling for footer / html background
footerbgcolor = #565B57
#styling for sidebar
sidebarbgcolor = #ededed
sidebarlinkcolor= #006906
sidebarhighcolor= #FFF5DD
bodytrimcolor = rgba(0,0,0,.15)
#styling for top & bottom relbars
relbarbgcolor = #57A75E
# code blocks
codebgcolor = #d6d6d6
codetrimcolor = rgba(0,0,0,.15)
# admonitions
admonition_note_color = #D9E4F1
admonition_warning_color = #EBC5A7
admonition_seealso_color = #eeeeee
admonition_deprecated_color = #ffebab
admonition_todo_color = #eeeeee
admonition_trim_color = transparent
# inline literals
quotebgcolor = rgba(0,0,0,.06)
quotetrimcolor = transparent
# index page
index_category_color = #999999
|