notBoldNotFaint top-level constant

String const notBoldNotFaint

Normal intensity.

Neither bold nor faint.

Same as normalIntensity and notBoldNotDim.

Compatibility:

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

See also bold and faint.

Implementation

const String notBoldNotFaint = normalIntensity;