diff --git a/Doxyfile b/Doxyfile
index 05d73d3cd7cf3ed9322481cfbee1597a488305b6..77eff3be25ce6c087a133b7f1cab3febf570c1d9 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -357,7 +357,7 @@ AUTOLINK_SUPPORT       = YES
 # diagrams that involve STL classes more complete and accurate.
 # The default value is: NO.
 
-BUILTIN_STL_SUPPORT    = NO
+BUILTIN_STL_SUPPORT    = YES
 
 # If you use Microsoft's C++/CLI language, you should set this option to YES to
 # enable parsing support.
@@ -1278,7 +1278,7 @@ HTML_EXTRA_FILES       =
 # Minimum value: 0, maximum value: 359, default value: 220.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_COLORSTYLE_HUE    = 220
+HTML_COLORSTYLE_HUE    = 0
 
 # 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 gray-scales only. A
@@ -1297,7 +1297,7 @@ HTML_COLORSTYLE_SAT    = 100
 # Minimum value: 40, maximum value: 240, default value: 80.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_COLORSTYLE_GAMMA  = 80
+HTML_COLORSTYLE_GAMMA  = 220
 
 # 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
diff --git a/scripts/upload_docs.sh b/scripts/upload_docs.sh
new file mode 100755
index 0000000000000000000000000000000000000000..cc63cbf51a608b1f02c6221ce8f3d2650d7ed3e0
--- /dev/null
+++ b/scripts/upload_docs.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+doxygen Doxyfile
+rsync -r doc/html/ vkcv@penguin2.uni-koblenz.de:/home/vkcv/public_html/doc/