.gutter { background-color: @theme_bg_color; } .custom-view { background-color: @theme_base_color; } GtkHexView > :not(scrollbar) { padding-left: 8px; } GtkHexView > :nth-last-child(2) { padding-right: 4px; } GtkHexView > :nth-last-child(4) { border-right: 1px solid @borders; }