rgb444 property

LogThemeData rgb444
final

Implementation

static final rgb444 = LogThemeData.seed(
  normal: ansi.rgb444,
  emphasis: ansi.rgb555,
  dim: ansi.rgb333,
  messageStyles: defaultMessageStyles,
  punctuation: defaultPunctuation,
  depthThemes: LogDepthTheme.defaultThemesWoGreenAndRed,
);