Add ggplot2 support und bump to v0.2.0

Change-Id: Iee69051bc64fb9fbde55bbea61c7e892ff95229d
diff --git a/man/hc_theme_ids_light.Rd b/man/hc_theme_ids_light.Rd
index fec68e2..80b8107 100644
--- a/man/hc_theme_ids_light.Rd
+++ b/man/hc_theme_ids_light.Rd
@@ -7,7 +7,36 @@
 hc_theme_ids_light(...)
 }
 \arguments{
-\item{...}{named arguments to modify the theme}
+\item{...}{
+  Arguments passed on to \code{\link[=hc_theme_ids_dark]{hc_theme_ids_dark}}
+  \describe{
+    \item{\code{fontFamily}}{font family}
+    \item{\code{fontSize}}{default font size}
+    \item{\code{textColor}}{default text color}
+    \item{\code{lowContrastColor}}{color with low contrast to background}
+    \item{\code{highContrastColor}}{color with high contrast to background}
+    \item{\code{palette}}{array of colors to be used for different series}
+    \item{\code{backgroundColor}}{background color}
+    \item{\code{titleColor}}{color of the title text}
+    \item{\code{subtitleColor}}{color of the subtitle text}
+    \item{\code{gridLineColor}}{color of grid lines}
+    \item{\code{axisLabelColor}}{color of the axis labels}
+    \item{\code{axisLineColor}}{color of the axis lines}
+    \item{\code{minorGridLineColor}}{color of minor grid lines}
+    \item{\code{tickColor}}{color of axis ticks}
+    \item{\code{axisTitleColor}}{color of axis titles}
+    \item{\code{tooltipBackgroundColor}}{background color for tool tips}
+    \item{\code{tooltipColor}}{foreground color for tool tips}
+    \item{\code{dataLabelColor}}{color of data point labels}
+    \item{\code{boxplotFillColor}}{color for box plot fills}
+    \item{\code{candlestickColor}}{color the candle stick part of error bars}
+    \item{\code{errorbarColor}}{error bar color}
+    \item{\code{legendColor}}{series legend label color}
+    \item{\code{legendHoverColor}}{mouse over series legend label color}
+    \item{\code{legendHiddenColor}}{hidden series legend label color}
+    \item{\code{creditsColor}}{color of the credits}
+    \item{\code{burgerMenuBackground}}{burger menu background color}
+  }}
 }
 \description{
 See \code{\link{hc_theme_ids_dark}} for further documentation.