Tweaked the colors a bit to eliminate the illegible text shadow effect.
This commit is contained in:
parent
6e2411120e
commit
6099f132e7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue