Skip to content

Commit b2020cd

Browse files
author
camilo
committed
fix HTML_COLORSTYLE_ values on Doxygen file
1 parent cb60931 commit b2020cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Doxygen

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,15 +1315,15 @@ HTML_COLORSTYLE = LIGHT
13151315
# Minimum value: 0, maximum value: 359, default value: 220.
13161316
# This tag requires that the tag GENERATE_HTML is set to YES.
13171317

1318-
HTML_COLORSTYLE_HUE = 183
1318+
HTML_COLORSTYLE_HUE = 209
13191319

13201320
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
13211321
# in the HTML output. For a value of 0 the output will use grayscales only. A
13221322
# value of 255 will produce the most vivid colors.
13231323
# Minimum value: 0, maximum value: 255, default value: 100.
13241324
# This tag requires that the tag GENERATE_HTML is set to YES.
13251325

1326-
HTML_COLORSTYLE_SAT = 110
1326+
HTML_COLORSTYLE_SAT = 255
13271327

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

1337-
HTML_COLORSTYLE_GAMMA = 197
1337+
HTML_COLORSTYLE_GAMMA = 113
13381338

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

0 commit comments

Comments
 (0)