Skip to content

Commit cb60931

Browse files
author
camilo
committed
fix HTML_COLORSTYLE on Doxygen file
1 parent 8077f21 commit cb60931

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Doxygen

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ HTML_EXTRA_STYLESHEET = doc/stylesheet/doxygen-awesome.css \
12881288
doc/stylesheet/doxygen-awesome-sidebar-only.css \
12891289
doc/stylesheet/doxygen-awesome-sidebar-only-darkmode-toggle.css \
12901290
doc/stylesheet/doxygen-custom/custom-alternative.css \
1291-
1291+
12921292

12931293
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
12941294
# other source files which should be copied to the HTML output directory. Note
@@ -1304,6 +1304,8 @@ HTML_EXTRA_FILES = doc/stylesheet/doxygen-awesome-darkmode-toggle.js \
13041304
doc/stylesheet/doxygen-awesome-paragraph-link.js \
13051305
doc/stylesheet/doxygen-custom/toggle-alternative-theme.js \
13061306

1307+
HTML_COLORSTYLE = LIGHT
1308+
13071309
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
13081310
# will adjust the colors in the style sheet and background images according to
13091311
# this color. Hue is specified as an angle on a colorwheel, see

0 commit comments

Comments
 (0)