dark constant

MapStyle const dark

Dark theme preset with explicit hex colors.

Implementation

static const MapStyle dark = MapStyle(
  backgroundColor: '#111827',
  regionFill: '#374151',
  regionStroke: '#4b5563',
  regionHoverFill: '#4b5563',
  regionActiveFill: '#3b82f6',
  pinColor: '#3b82f6',
  pinHoverColor: '#60a5fa',
  pinActiveColor: '#22c55e',
  pinGlowColor: '#3b82f6',
  tooltipBackground: '#1e1e2e',
  tooltipBorder: '#4b5563',
  tooltipTextColor: '#f8fafc',
  tooltipSecondaryColor: '#9ca3af',
);