Switch to unified view

a/GUI/dark.css b/GUI/dark.css
1
QWidget {
2
    border: none;
3
    color: #D8D8D8;
4
    selection-background-color: #424e72;
5
}
6
1
QMainWindow, QDialog {
7
QMainWindow, QDialog {
2
    border: none;
8
    border: none;
3
    background-color: #3c3c3c;
9
    background-color: #3c3c3c;
4
    color: #D8D8D8;
10
    color: #D8D8D8;
5
    selection-background-color: #424e72;
11
    selection-background-color: #424e72;
6
}
12
}
7
13
8
QWidget {
9
    border: none;
10
    color: #D8D8D8;
11
    selection-background-color: #424e72;
12
}
13
14
QFrame {
14
QFrame {
15
    border-bottom: 1px groove qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 transparent, stop: 0.3 #242424, stop: 0.7 #242424, stop: 1.0 transparent);
15
    border-bottom: 1px groove qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 transparent, stop: 0.3 #242424, stop: 0.7 #242424, stop: 1.0 transparent);
16
    background: transparent;
16
    background: transparent;
17
}
17
}
18
18
19
QLabel, QScrollArea{
19
QLabel, QScrollArea {
20
    border: none;
20
    border: none;
21
    background: transparent;
21
    background: transparent;
22
}
22
}
23
23
24
QListView, QTableView{
24
QListView, QTableView{