rgb412 property

LogThemeData rgb412
final

Implementation

static final rgb412 = LogThemeData.seed(
  normal: ansi.rgb412,
  emphasis: ansi.rgb523,
  dim: ansi.rgb301,
  messageStyles: defaultMessageStyles,
  punctuation: defaultPunctuation,
  depthThemes: LogDepthTheme.defaultThemesWoMagentaAndRed,
);