Skip to content

Commit 59189b1

Browse files
committed
Updated wiki colors
1 parent 98602ff commit 59189b1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • addons/source-python/docs/source-python/source

addons/source-python/docs/source-python/source/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,14 @@
119119
# Theme options are theme-specific and customize the look and feel of a theme
120120
# further. For a list of options available for each theme, see the
121121
# documentation.
122-
#html_theme_options = {}
122+
html_theme_options = {
123+
'relbarbgcolor': '#003700',
124+
'sidebarbgcolor': '#004100',
125+
'footerbgcolor': '#002D00',
126+
'sidebarlinkcolor': '#DCFFDC',
127+
'linkcolor': '#007D00',
128+
'headtextcolor': '#003700'
129+
}
123130

124131
# Add any paths that contain custom themes here, relative to this directory.
125132
#html_theme_path = []

0 commit comments

Comments
 (0)