Skip to content

Commit e6b92d8

Browse files
authored
v2.6.4
1 parent fa6913f commit e6b92d8

21 files changed

+2714
-0
lines changed

src/CSS/custom_stylesheet.css

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
DocQA_GUI {
2+
background-color: #161b22;
3+
}
4+
5+
QWidget {
6+
border: 2px solid #161b22;
7+
border: none;
8+
}
9+
10+
QPushButton {
11+
background-color: #323842;
12+
color: white;
13+
font: 10pt "Segoe UI Historic";
14+
border-radius: 5px;
15+
padding: 5px;
16+
min-width: 60px;
17+
}
18+
19+
QPushButton:hover {
20+
background-color: #2b2b2b;
21+
border: 1px solid #555;
22+
color: white;
23+
}
24+
25+
QGroupBox {
26+
border: 2px solid #092327;
27+
}
28+
29+
QLabel {
30+
color: white;
31+
}
32+
33+
QComboBox {
34+
background-color: #323842;
35+
color: white;
36+
border: none;
37+
border-radius: 5px;
38+
padding: 3px;
39+
}
40+
41+
QComboBox QAbstractItemView {
42+
background-color: #323842;
43+
color: white;
44+
}
45+
46+
QComboBox QAbstractItemView::item:hover {
47+
background-color: #038387;
48+
color: white;
49+
}
50+
51+
QLineEdit {
52+
background-color: #161b22;
53+
color: white;
54+
border: none;
55+
padding-top: 3px;
56+
padding-bottom: 3px;
57+
}
58+
59+
QLineEdit::placeholder {
60+
color: #969686;
61+
}
62+
63+
QGroupBox {
64+
color: white;
65+
font-size: 12pt;
66+
padding: 10px;
67+
}
68+
69+
DownloadModelDialog {
70+
background-color: #161b22;
71+
}
72+
73+
QFrame {
74+
background-color: #161b22;
75+
}
76+
77+
QTextEdit[readOnly="true"] {
78+
background-color: #092327;
79+
color: white;
80+
font: 12pt "Segoe UI Historic";
81+
border: 1px solid #2e333b;
82+
selection-background-color: #555;
83+
selection-color: white;
84+
font: 14pt "Segoe UI Historic";
85+
}
86+
87+
QTextEdit[readOnly="false"] {
88+
background-color: #2e333b;
89+
color: white;
90+
font: 12pt "Segoe UI Historic";
91+
border: 1px solid #2e333b;
92+
selection-background-color: #555;
93+
selection-color: white;
94+
font: 14pt "Segoe UI Historic";
95+
}
96+
97+
QTabWidget {
98+
background-color: #161b22;
99+
border: none;
100+
}
101+
102+
QTabWidget, QTabWidget::pane {
103+
margin: 0px;
104+
padding: 0px;
105+
border: none;
106+
}
107+
108+
QTabBar::tab {
109+
background-color: #4b4b4b;
110+
color: white;
111+
border-bottom-left-radius: 3px;
112+
border-bottom-right-radius: 3px;
113+
margin: 3px;
114+
padding: 5px 5px;
115+
}
116+
117+
QTabBar::tab:selected {
118+
background-color: #555;
119+
border-bottom: 3px solid #038387;
120+
}
121+
122+
QTabBar::tab:hover {
123+
background-color: #666;
124+
}
125+
126+
QSplitter::handle {
127+
background-color: #1e1e1e;
128+
height: 15px;
129+
}

src/CSS/custom_stylesheet_auburn.css

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
DocQA_GUI {
2+
background-color: #161b22;
3+
}
4+
5+
QWidget {
6+
border: 2px solid #161b22;
7+
border: none;
8+
}
9+
10+
QPushButton {
11+
background-color: #5a423c;
12+
color: white;
13+
font: 10pt "Segoe UI Historic";
14+
border-radius: 5px;
15+
padding: 5px;
16+
min-width: 60px;
17+
}
18+
19+
QPushButton:hover {
20+
background-color: #4a3c2b;
21+
border: 1px solid #8c6a5a;
22+
color: white;
23+
}
24+
25+
QGroupBox {
26+
border: 2px solid #3b301b;
27+
}
28+
29+
QLabel {
30+
color: white;
31+
}
32+
33+
QComboBox {
34+
background-color: #5a423c;
35+
color: white;
36+
border: none;
37+
border-radius: 5px;
38+
padding: 3px;
39+
}
40+
41+
QComboBox QAbstractItemView {
42+
background-color: #5a423c;
43+
color: white;
44+
}
45+
46+
QComboBox QAbstractItemView::item:hover {
47+
background-color: #8c4634;
48+
color: white;
49+
}
50+
51+
QLineEdit {
52+
background-color: #161b22;
53+
color: white;
54+
border: none;
55+
padding: 3px;
56+
}
57+
58+
QLineEdit::placeholder {
59+
color: #b28a70;
60+
}
61+
62+
QGroupBox {
63+
color: white;
64+
font-size: 12pt;
65+
padding: 10px;
66+
}
67+
68+
DownloadModelDialog {
69+
background-color: #161b22;
70+
}
71+
72+
QFrame {
73+
background-color: #161b22;
74+
}
75+
76+
QTextEdit[readOnly="true"] {
77+
background-color: #3b301b;
78+
color: white;
79+
border: 1px solid #6b5343;
80+
selection-background-color: #8c6a5a;
81+
selection-color: white;
82+
font: 14pt "Segoe UI Historic";
83+
}
84+
85+
QTextEdit[readOnly="false"] {
86+
background-color: #6b5343;
87+
color: white;
88+
border: 1px solid #6b5343;
89+
selection-background-color: #8c6a5a;
90+
selection-color: white;
91+
font: 14pt "Segoe UI Historic";
92+
}
93+
94+
QTabWidget {
95+
background-color: #161b22;
96+
border: none;
97+
}
98+
99+
QTabWidget, QTabWidget::pane {
100+
margin: 0px;
101+
padding: 0px;
102+
border: none;
103+
}
104+
105+
QTabBar::tab {
106+
background-color: #7a645b;
107+
color: white;
108+
border-bottom-left-radius: 3px;
109+
border-bottom-right-radius: 3px;
110+
margin: 3px;
111+
padding: 5px 5px;
112+
}
113+
114+
QTabBar::tab:selected {
115+
background-color: #8c6a5a;
116+
border-bottom: 3px solid #8c4634;
117+
}
118+
119+
QTabBar::tab:hover {
120+
background-color: #9a8072;
121+
}
122+
123+
QSplitter::handle {
124+
background-color: #1e1e1e;
125+
height: 5px;
126+
}

0 commit comments

Comments
 (0)