Skip to content

Commit

Permalink
update doc stylesheet and doxygen file
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Oct 28, 2024
1 parent 391a0d1 commit 769ae37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,8 @@ HTML_EXTRA_STYLESHEET = doc/stylesheet/doxygen-awesome.css \
doc/stylesheet/doxygen-awesome-sidebar-only-darkmode-toggle.css \
doc/stylesheet/doxygen-custom/custom-alternative.css \

HTML_COLORSTYLE = LIGHT

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

HTML_COLORSTYLE_HUE = 183
HTML_COLORSTYLE_HUE = 209

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

HTML_COLORSTYLE_SAT = 110
HTML_COLORSTYLE_SAT = 255

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

HTML_COLORSTYLE_GAMMA = 197
HTML_COLORSTYLE_GAMMA = 113

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

0 comments on commit 769ae37

Please sign in to comment.