bg256Open top-level constant

String const bg256Open

Opening tag for background with 256-color table.

Template: {bg256Open}{color}{bg256Close}

Compatibility:

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

256-color table see in the colors256.dart. See also predefined constants starting with bg256* in the colors256_background.dart.

See also fg256.

Implementation

const String bg256Open = '${csi}48;5;';