From 6099f132e758c975b8d8878fbbabc89a05d1f028 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 8 Mar 2015 11:51:54 +0800 Subject: [PATCH] Tweaked the colors a bit to eliminate the illegible text shadow effect. --- build/documentation/doxygen.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/documentation/doxygen.cfg b/build/documentation/doxygen.cfg index 7cf2385..21ba5a1 100644 --- a/build/documentation/doxygen.cfg +++ b/build/documentation/doxygen.cfg @@ -978,7 +978,7 @@ HTML_COLORSTYLE_HUE = 220 # 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. -HTML_COLORSTYLE_SAT = 10 +HTML_COLORSTYLE_SAT = 50 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to # the luminance component of the colors in the HTML output. Values below @@ -987,7 +987,7 @@ HTML_COLORSTYLE_SAT = 10 # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, # and 100 does not change the gamma. -HTML_COLORSTYLE_GAMMA = 220 +HTML_COLORSTYLE_GAMMA = 100 # 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