notBoldNotDim top-level constant

String const notBoldNotDim

Normal intensity.

Neither bold nor faint.

Same as normalIntensity and notBoldNotFaint.

Compatibility:

  • +vscode
  • +mac Terminal
  • +mac iTerm2
  • +as

See also bold and dim.

Implementation

const String notBoldNotDim = normalIntensity;