Interface IHexViewColor

Color range configuration for Hex View.

interface IHexViewColor {
    background?: string;
    color?: string;
    end: number;
    start: number;
}

Properties

background?: string
color?: string
end: number
start: number

Generated using TypeDoc