export interface Appearance { weekdayTextColor: string; headerTitleColor: string; eventColor: string; selectionColor: string; todayColor: string; todaySelectionColor: string; borderRadius: number; hasBorder: boolean; }