nullByte property

Color nullByte
final

Color for null bytes (0x00).

Null bytes are often significant in binary data (string terminators, padding, etc.) and are highlighted differently. Typically gray.

Implementation

final Color nullByte;