.gutter {

    background-color: @theme_bg_color;

}

.custom-view {

   background-color: @theme_base_color;

}

GtkHexView > :not(scrollbar) {

    padding-left: 8px;

}

/* ASCII */

GtkHexView.with_vscroll > :nth-last-child(2),
GtkHexView.without_vscroll > :nth-last-child(1) {

    padding-right: 4px;

}

/* Offset */

GtkHexView.with_vscroll > :nth-last-child(4),
GtkHexView.without_vscroll > :nth-last-child(3) {

    border-right: 1px solid @borders;

}