light constant

MapStyle const light

Light theme preset with explicit hex colors.

Implementation

static const MapStyle light = MapStyle(
  backgroundColor: '#f8fafc',
  regionFill: '#e2e8f0',
  regionStroke: '#cbd5e1',
  regionHoverFill: '#cbd5e1',
  regionActiveFill: '#3b82f6',
  pinColor: '#2563eb',
  pinHoverColor: '#3b82f6',
  pinActiveColor: '#22c55e',
  pinGlowColor: '#2563eb',
  tooltipBackground: '#ffffff',
  tooltipBorder: '#e2e8f0',
  tooltipTextColor: '#1e293b',
  tooltipSecondaryColor: '#64748b',
);