Skip to content

Commit 769ae37

Browse files
author
camilo
committed
update doc stylesheet and doxygen file
1 parent 391a0d1 commit 769ae37

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/Doxyfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,8 @@ HTML_EXTRA_STYLESHEET = doc/stylesheet/doxygen-awesome.css \
12901290
doc/stylesheet/doxygen-awesome-sidebar-only-darkmode-toggle.css \
12911291
doc/stylesheet/doxygen-custom/custom-alternative.css \
12921292

1293+
HTML_COLORSTYLE = LIGHT
1294+
12931295
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
12941296
# other source files which should be copied to the HTML output directory. Note
12951297
# that these files will be copied to the base HTML output directory. Use the
@@ -1313,15 +1315,15 @@ HTML_EXTRA_FILES = doc/stylesheet/doxygen-awesome-darkmode-toggle.js \
13131315
# Minimum value: 0, maximum value: 359, default value: 220.
13141316
# This tag requires that the tag GENERATE_HTML is set to YES.
13151317

1316-
HTML_COLORSTYLE_HUE = 183
1318+
HTML_COLORSTYLE_HUE = 209
13171319

13181320
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
13191321
# in the HTML output. For a value of 0 the output will use grayscales only. A
13201322
# value of 255 will produce the most vivid colors.
13211323
# Minimum value: 0, maximum value: 255, default value: 100.
13221324
# This tag requires that the tag GENERATE_HTML is set to YES.
13231325

1324-
HTML_COLORSTYLE_SAT = 110
1326+
HTML_COLORSTYLE_SAT = 255
13251327

13261328
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
13271329
# luminance component of the colors in the HTML output. Values below 100
@@ -1332,7 +1334,7 @@ HTML_COLORSTYLE_SAT = 110
13321334
# Minimum value: 40, maximum value: 240, default value: 80.
13331335
# This tag requires that the tag GENERATE_HTML is set to YES.
13341336

1335-
HTML_COLORSTYLE_GAMMA = 197
1337+
HTML_COLORSTYLE_GAMMA = 113
13361338

13371339
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
13381340
# page will contain the date and time when the page was generated. Setting this

0 commit comments

Comments
 (0)