macos property

TermareStyle macos
getter/setter pair

Implementation

static TermareStyle macos = TermareStyle(
  defaultFontColor: Colors.black,
  backgroundColor: const Color(0xffffffff),
  black: const Color(0xff000000),
  lightBlack: const Color(0xff666666),
  red: const Color(0xff990000),
  lightRed: const Color(0xffe50000),
  green: const Color(0xff00a600),
  lightGreen: const Color(0xff01d900),
  yellow: const Color(0xff999900),
  lightYellow: const Color(0xffe6e500),
  blue: const Color(0xff0000b3),
  lightBlue: const Color(0xff0000ff),
  purplishRed: const Color(0xffb200b3),
  lightPurplishRed: const Color(0xffe500e6),
  cyan: const Color(0xff00a6b3),
  lightCyan: const Color(0xff01e5e6),
  white: const Color(0xffbfbfbf),
  lightWhite: const Color(0xffe6e5e6),
);