calendarWiipoStyle top-level constant

SeniorCalendarStyle const calendarWiipoStyle

Implementation

const calendarWiipoStyle = SeniorCalendarStyle(
  activeHeaderButtonIconColor: WiipoColors.grayscale90,
  backgroundColor: WiipoColors.pureWhite,
  dayColor: WiipoColors.grayscale80,
  bottomTextColor: WiipoColors.grayscale90,
  headerButtonBorderColor: WiipoColors.grayscale40,
  headerTextColor: WiipoColors.grayscale90,
  inactiveHeaderButtonIconColor: WiipoColors.grayscale40,
  nextMonthDaysBackgroundColor: WiipoColors.grayscale10,
  nextMonthDaysColor: WiipoColors.grayscale50,
  previousMonthDaysBackgroundColor: WiipoColors.grayscale10,
  previousMonthDaysColor: WiipoColors.grayscale50,
  selectedDayBackgroundColor: WiipoColors.primaryColor100,
  selectedDayColor: WiipoColors.grayscale80,
  todayBackgroundColor: WiipoColors.grayscale20,
  todayColor: WiipoColors.grayscale80,
  topLineColor: WiipoColors.grayscale30,
  topTextColor: WiipoColors.grayscale70,
  weekDaysColor: WiipoColors.grayscale70,
  colorCircleDefaultMarkedDay: WiipoColors.manchesterColorGreen500,
  colorSquareDefaultMarkedDay: WiipoColors.manchesterColorRed500,
  colorTriangleDefaultMarkedDay: WiipoColors.manchesterColorYellow500,
  colorTriangleDownDefaultMarkedDay: WiipoColors.manchesterColorBlue500,
  colorGestureBottom: WiipoColors.grayscale20,
  colorRangeHighlightBackground: WiipoColors.grayscale10,
  colorDaysRangeHighlight: WiipoColors.grayscale50,
  rangeBoundaryColor: WiipoColors.grayscale10,
);