normalIntensity top-level constant
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';