termux property

TermareStyle termux
getter/setter pair

Implementation

static TermareStyle termux = TermareStyle(
  fontSize: 11,
  defaultFontColor: Colors.white,
  cursorColor: Colors.grey,
  backgroundColor: Colors.black,
  black: const Color(0xff000000),
  lightBlack: const Color(0xff7f7f7f),
  red: const Color(0xffcc0001),
  lightRed: const Color(0xfffe0000),
  green: const Color(0xff00cd00),
  lightGreen: const Color(0xff00ff01),
  yellow: const Color(0xffcecd00),
  lightYellow: const Color(0xffffff00),
  blue: const Color(0xff6395ec),
  lightBlue: const Color(0xff5d5cff),
  purplishRed: const Color(0xffce00cd),
  lightPurplishRed: const Color(0xffff00fe),
  cyan: const Color(0xff00cece),
  lightCyan: const Color(0xff00ffff),
  white: const Color(0xffe5e5e5),
  lightWhite: const Color(0xffffffff),
);