bold top-level constant

String const bold

Bold or increased intensity.

Same as increasedIntensity.

Compatibility:

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

See also faint, dim, notBoldNotFaint, notBoldNotDim.

Implementation

const String bold = '${csi}1$sgr';