From 9617f4a42dd008f7304eaf1928bd46d7bf41bf6a Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 25 Oct 2012 20:50:06 +0100 Subject: [PATCH] Nicer colours for doxygen docs --- library/Doxyfile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Doxyfile.in b/library/Doxyfile.in index b10f50cc..e2c039c3 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.in @@ -1001,13 +1001,13 @@ HTML_EXTRA_FILES = # 180 is cyan, 240 is blue, 300 purple, and 360 is red again. # The allowed range is 0 to 359. -HTML_COLORSTYLE_HUE = 240 +HTML_COLORSTYLE_HUE = 219 # 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. -HTML_COLORSTYLE_SAT = 170 +HTML_COLORSTYLE_SAT = 176 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to # the luminance component of the colors in the HTML output. Values below @@ -1016,7 +1016,7 @@ HTML_COLORSTYLE_SAT = 170 # 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 = 150 +HTML_COLORSTYLE_GAMMA = 158 # 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