matrix constant

PromptTheme const matrix

Matrix-inspired neon-green theme.

Implementation

static const PromptTheme matrix = PromptTheme(
  colors: TerminalColors.matrix,
  glyphs: TerminalGlyphs.rounded,
);