Skip to content

Hexdump

config_address = theme.add_color_param('hexdump-address-color', 'none', 'color for hexdump command (address label)') module-attribute

config_highlight_group_lsb = theme.add_param('hexdump-highlight-group-lsb', 'underline', 'highlight LSB of each group. Applies only if hexdump-use-big-endian actually changes byte order.') module-attribute

config_normal = theme.add_color_param('hexdump-normal-color', 'none', 'color for hexdump command (normal bytes)') module-attribute

config_offset = theme.add_color_param('hexdump-offset-color', 'none', 'color for hexdump command (offset label)') module-attribute

config_printable = theme.add_color_param('hexdump-printable-color', 'bold', 'color for hexdump command (printable characters)') module-attribute

config_separator = theme.add_color_param('hexdump-separator-color', 'none', 'color for hexdump command (group separator)') module-attribute

config_special = theme.add_color_param('hexdump-special-color', 'yellow', 'color for hexdump command (special bytes)') module-attribute

config_zero = theme.add_color_param('hexdump-zero-color', 'red', 'color for hexdump command (zero bytes)') module-attribute

address(x)

highlight_group_lsb(x)

normal(x)

offset(x)

printable(x)

separator(x)

special(x)

zero(x)