/**
  * Returns the color of the decoration (day names and weeks).
  *
  * @return the color of the decoration (day names and weeks).
  */
 public Color getDecorationBackgroundColor() {
   return dayChooser.getDecorationBackgroundColor();
 }