gray14 property

LogThemeData gray14
final

Implementation

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