mocha constant

Catppuccin const mocha

The default Catppuccin theme color palette.

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

Implementation

static const Catppuccin mocha = Catppuccin(
  red: Color(0xFFF38BA8),
  primary: Color(0xFFF9E2AF),
  green: Color(0xFFA6E3A1),
  text: Color(0xFFCDD6F4),
  subtext1: Color(0xFFBAC2DE),
  subtext0: Color(0xFFA6ADC8),
  overlay2: Color(0xFF9399B2),
  overlay1: Color(0xFF7F849C),
  overlay0: Color(0xFF6C7086),
  surface2: Color(0xFF585B70),
  surface1: Color(0xFF45475A),
  surface0: Color(0xFF313244),
  base: Color(0xFF1E1E2E),
  mantle: Color(0xFF181825),
  crust: Color(0xFF11111B),
)
;