{
  "calendarDialog": {
    "dialogUseCustomSize": true,
    "dialogWidth": 380,
    "dialogHeight": 460,
    "calendarDialogBackgroundColor": "#09090b",
    "calendarDividerColor": "#27272a",
    "calendarInputBackgroundColor": "#18181b",
    "calendarInputBorderColor": "#27272a"
  },
  "calendarStyle": {
    "calendarFontFamily": "Trebuchet MS",
    "calendarFontSize": 13,
    "calendarBodyTextColor": "#d4d4d8",
    "calendarBorderColor": "#27272a",
    "calendarBorderWidth": 1,
    "calendarHeaderBackgroundColor": "#09090b",
    "calendarHeaderTextColor": "#fbbf24",
    "calendarHeaderFontSize": 16,
    "calendarArrowBackgroundColor": "#18181b",
    "calendarArrowColor": "#a16207",
    "calendarArrowHoverBackgroundColor": "#27272a",
    "calendarArrowHoverColor": "#fbbf24",
    "calendarYearArrowBackgroundColor": "transparent",
    "calendarYearArrowColor": "#713f12",
    "calendarYearArrowHoverBackgroundColor": "#18181b",
    "calendarYearArrowHoverColor": "#a16207",
    "calendarWeekdayBackgroundColor": "#09090b",
    "calendarWeekdayTextColor": "#713f12",
    "calendarBodyBackgroundColor": "#09090b",
    "calendarWeekendBackgroundColor": "#09090b",
    "calendarWeekendTextColor": "#52525b",
    "calendarTodayColor": "#fbbf24",
    "calendarDisabledDayColor": "#27272a",
    "calendarCellWidth": 0,
    "calendarCellHeight": 0,
    "calendarRowGap": 0,
    "calendarHoverBackgroundColor": "#1c1917",
    "calendarHoverTextColor": "#fbbf24"
  },
  "calendarSelection": {
    "calendarSelectedBackgroundColor": "#b45309",
    "calendarSelectedTextColor": "#ffffff",
    "calendarRangeMiddleBackgroundColor": "#1c1917",
    "calendarRangeMiddleTextColor": "#fbbf24"
  },
  "calendarButtons": {
    "calendarTodayNavShow": true,
    "calendarTodayNavColor": "#fbbf24",
    "calendarTodayNavHoverBackgroundColor": "#1c1917",
    "calendarTodayNavFontSize": 12,
    "calendarTodayNavUppercase": false,
    "calendarTodayNavGapTop": 4,
    "calendarTodayNavGapBottom": 4,
    "calendarOkBackgroundColor": "#b45309",
    "calendarOkTextColor": "#ffffff",
    "calendarCancelBackgroundColor": "#18181b",
    "calendarCancelTextColor": "#a1a1aa"
  },
  "mainInputbox": {
    "fontSize": 12,
    "fontFamily": "Trebuchet MS",
    "fontColor": "#d4d4d8",
    "backgroundColor": "#09090b",
    "borderColor": "#27272a",
    "borderWidth": 1,
    "borderRadius": 6,
    "iconShow": true,
    "iconColor": "#fbbf24",
    "iconSize": 20,
    "iconVersion": 1,
    "closeIconShow": true,
    "closeIconColor": "#ef4444",
    "closeIconSize": 16
  },
  "presetRanges": {
    "showToday": false,
    "showYesterday": false,
    "showThisWeek": false,
    "showLastWeek": false,
    "showThisMonth": false,
    "showLastMonth": false,
    "showThisYear": false,
    "showLastYear": false,
    "showDaysUpToday": false,
    "showDaysStartingToday": false,
    "showClearButton": false,
    "defaultDaysCount": 7,
    "presetPosition": "top",
    "presetAlignment": "left",
    "presetSelectedBackgroundColor": "#b45309",
    "presetSelectedTextColor": "#ffffff",
    "presetGap": 0
  },
  "advancedSettings": {
    "refreshInfo": false,
    "refreshInfoIconColor": "#52525b",
    "refreshInfoTextColor": "#3f3f46"
  },
  "selectionType": {
    "calendarType": "single",
    "miniSelectionMode": "single",
    "firstWeekday": "monday"
  }
}