latte constant

Catppuccin const latte

This static instance provides all the colors in the Catppuccin Latte theme for consistent usage throughout the app.

Implementation

static const Catppuccin latte = Catppuccin(
  red: Color(0xFFF38BA8),
  primary: Color(0xFF1E1E2E),
  green: Color(0xFF40A02B),
  text: Color(0xFF4C4F69),
  subtext1: Color(0xFF5C5F77),
  subtext0: Color(0xFF6C6F85),
  overlay2: Color(0xFF7C7F93),
  overlay1: Color(0xFF8C8FA1),
  overlay0: Color(0xFF9CA0B0),
  surface2: Color(0xFFACB0BE),
  surface1: Color(0xFFBCC0CC),
  surface0: Color(0xFFDCE0E8),
  base: Color(0xFFF9E2AF),
  mantle: Color(0xFFF9E2AF),
  crust: Color(0xFFE5C890),
);