gray18 property

LogThemeData gray18
final

Implementation

static final gray18 = LogThemeData.seed(
  normal: ansi.gray18,
  emphasis: ansi.gray23,
  dim: ansi.gray14,
  messageStyles: defaultMessageStyles,
  punctuation: defaultPunctuation,
  depthThemes: LogDepthTheme.defaultThemesWoGreenAndRed,
);