Switch to unified view

a/GUI/dark.qss b/GUI/dark.qss
...
...
644
QProgressBar::chunk {
644
QProgressBar::chunk {
645
    background-color: #424e72;
645
    background-color: #424e72;
646
    width: 8px;
646
    width: 8px;
647
    margin: 0.5px;
647
    margin: 0.5px;
648
}
648
}
649
650
/* This seems to be useful on win10 where it the default makes the search
651
 match text barely visible (just changes the background to a pale grey,
652
 almost invisible either against the white or grey backgrounds). */
653
QWebView { 
654
    selection-background-color: white;
655
    selection-color: blue;
656
}