| backgroundColor: string | Calendar background. Default: '#ffffff'. |
| textColor: string | Day text color. Default: '#333333'. |
| headerTextColor: string | Month/year header text color. Default: '#333333'. |
| weekendTextColor: string | Weekend day text color. Default: '#777777'. |
| otherMonthTextColor: string | Text color for days outside current month. Default: '#b0b0b0'. |
| todayTextColor: string | Today highlight text color. Default: '#ffffff'. |
| todayBackgroundColor: string | null | Today highlight background. Falls back to primaryColor. Default: null. |
| holidayBackgroundColor: string | Selected holiday background. Default: '#fce4ec'. |
| holidayTextColor: string | Selected holiday text color. Default: '#c62828'. |
| hoverBackgroundColor: string | Day hover background. Default: '#f0f0f0'. |
| navButtonColor: string | Navigation arrow color. Default: '#555555'. |
| navButtonHoverBackgroundColor: string | Navigation arrow hover background. Default: '#f0f0f0'. |
| nonWorkingDayBackgroundColor: string | Background for non-working days. Default: '#f5f5f5'. |