hacker constant

ThemePalette const hacker

Hacker theme - Matrix-inspired green-on-black aesthetic.

All shades of green with high contrast for that classic hacker look.

Implementation

static const hacker = ThemePalette(
  accent: BasicColor('#00FF00'), // Bright green
  accentBold: BasicColor('#00FF00'),
  text: BasicColor('#00CC00'),
  textDim: BasicColor('#008800'),
  textBold: BasicColor('#00FF00'),
  border: BasicColor('#006600'),
  success: BasicColor('#00FF00'),
  warning: BasicColor('#FFFF00'),
  error: BasicColor('#FF0000'),
  info: BasicColor('#00FFFF'),
  highlight: BasicColor('#00FF00'),
);