normalIntensity top-level constant

String const normalIntensity

Normal intensity.

Neither bold nor faint.

Same as notBoldNotFaint and notBoldNotDim.

Compatibility:

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

See also increasedIntensity and decreasedIntensity.

Implementation

const String normalIntensity = '${csi}22$sgr';