{
  "calendarDialog": {
    "dialogUseCustomSize": true,
    "dialogWidth": 520,
    "dialogHeight": 460,
    "calendarDialogBackgroundColor": "#002266",
    "calendarDividerColor": "#001f6b",
    "calendarInputBackgroundColor": "#00267a",
    "calendarInputBorderColor": "#001f6b"
  },
  "calendarStyle": {
    "calendarFontFamily": "Segoe UI",
    "calendarFontSize": 13,
    "calendarBodyTextColor": "#dbeafe",
    "calendarBorderColor": "#001f6b",
    "calendarBorderWidth": 1,
    "calendarHeaderBackgroundColor": "#003087",
    "calendarHeaderTextColor": "#ffffff",
    "calendarHeaderFontSize": 15,
    "calendarArrowBackgroundColor": "#00267a",
    "calendarArrowColor": "#93c5fd",
    "calendarArrowHoverBackgroundColor": "#001f6b",
    "calendarArrowHoverColor": "#bfdbfe",
    "calendarYearArrowBackgroundColor": "transparent",
    "calendarYearArrowColor": "#60a5fa",
    "calendarYearArrowHoverBackgroundColor": "#00267a",
    "calendarYearArrowHoverColor": "#93c5fd",
    "calendarWeekdayBackgroundColor": "#003087",
    "calendarWeekdayTextColor": "#60a5fa",
    "calendarBodyBackgroundColor": "#003087",
    "calendarWeekendBackgroundColor": "#003087",
    "calendarWeekendTextColor": "#93c5fd",
    "calendarTodayColor": "#93c5fd",
    "calendarDisabledDayColor": "#00267a",
    "calendarCellWidth": 0,
    "calendarCellHeight": 0,
    "calendarRowGap": 0,
    "calendarHoverBackgroundColor": "#00267a",
    "calendarHoverTextColor": "#ffffff"
  },
  "calendarSelection": {
    "calendarSelectedBackgroundColor": "#ffffff",
    "calendarSelectedTextColor": "#003087",
    "calendarRangeMiddleBackgroundColor": "#00267a",
    "calendarRangeMiddleTextColor": "#bfdbfe"
  },
  "calendarButtons": {
    "calendarTodayNavShow": true,
    "calendarTodayNavColor": "#93c5fd",
    "calendarTodayNavHoverBackgroundColor": "#001f6b",
    "calendarTodayNavFontSize": 12,
    "calendarTodayNavUppercase": false,
    "calendarTodayNavGapTop": 4,
    "calendarTodayNavGapBottom": 4,
    "calendarOkBackgroundColor": "#ffffff",
    "calendarOkTextColor": "#003087",
    "calendarCancelBackgroundColor": "#001f6b",
    "calendarCancelTextColor": "#93c5fd"
  },
  "mainInputbox": {
    "fontSize": 12,
    "fontFamily": "Segoe UI",
    "fontColor": "#dbeafe",
    "backgroundColor": "#003087",
    "borderColor": "#001f6b",
    "borderWidth": 1,
    "borderRadius": 8,
    "iconShow": true,
    "iconColor": "#93c5fd",
    "iconSize": 20,
    "iconVersion": 1,
    "closeIconShow": true,
    "closeIconColor": "#ef4444",
    "closeIconSize": 16
  },
  "presetRanges": {
    "showToday": true,
    "showYesterday": true,
    "showThisWeek": true,
    "showLastWeek": true,
    "showThisMonth": true,
    "showLastMonth": true,
    "showThisYear": false,
    "showLastYear": false,
    "showDaysUpToday": false,
    "showDaysStartingToday": false,
    "showClearButton": true,
    "defaultDaysCount": 7,
    "presetPosition": "top",
    "presetAlignment": "left",
    "presetSelectedBackgroundColor": "#ffffff",
    "presetSelectedTextColor": "#003087",
    "presetGap": 0
  },
  "advancedSettings": {
    "refreshInfo": false,
    "refreshInfoIconColor": "#60a5fa",
    "refreshInfoTextColor": "#3b82f6"
  },
  "selectionType": {
    "calendarType": "range",
    "miniSelectionMode": "range",
    "firstWeekday": "monday"
  }
}