Skip to content

Commit d087118

Browse files
committed
revert addition bluish theme
1 parent ff827d0 commit d087118

File tree

5 files changed

+7
-80
lines changed

5 files changed

+7
-80
lines changed

docgen/_static/cocos.css

Lines changed: 0 additions & 31 deletions
This file was deleted.

docgen/_templates/layout.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

docgen/conf.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
napoleon_use_rtype = False
6767

6868
# Add any paths that contain templates here, relative to this directory.
69-
# commenting out this will inhibit cocos.css influence in styling.
70-
templates_path = ['_templates']
69+
#templates_path = ['_templates']
7170

7271
# The suffix of source filenames.
7372
source_suffix = '.txt'
@@ -140,29 +139,29 @@
140139
# further. For a list of options available for each theme, see the
141140
# documentation.
142141
html_theme_options = {
143-
"footerbgcolor" : "#0074b3",
142+
"footerbgcolor" : "#88927A",
144143
"footertextcolor" : "#ffffff",
145144

146-
"sidebarbgcolor" : "#99dbff",
145+
"sidebarbgcolor" : "#EEF8E0",
147146
"sidebarbtncolor" : "#3c6e83",
148147
"sidebartextcolor" : "#222222",
149148
"sidebarlinkcolor" : "#7A3D99",
150149

151-
"relbarbgcolor" : "#0074b3",
150+
"relbarbgcolor" : "#88927A",
152151
"relbartextcolor" : "#ffffff",
153152
"relbarlinkcolor" : "#ffffff",
154153

155-
"bgcolor" : "#e5f6ff",
154+
"bgcolor" : "#F9FDF5",
156155
"textcolor" : "#000000",
157156

158-
"headbgcolor" : "#99dbff",
157+
"headbgcolor" : "#EEF8E0",
159158
"headtextcolor" : "#20435c",
160159
"headlinkcolor" : "#c60f0f",
161160

162161
"linkcolor" : "#7A3D99",
163162
"visitedlinkcolor" : "#7A3D99",
164163

165-
"codebgcolor" : "#eaf8ff",
164+
"codebgcolor" : "#eeffcc",
166165
"codetextcolor" : "#333333",
167166

168167
"bodyfont" : "sans-serif",

docgen/dev/index.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ Dev Notes
66
:maxdepth: 1
77

88
documentation
9-
styling_documentation

docgen/dev/styling_documentation.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)