Skip to content

Commit 79f2418

Browse files
committed
Change font-size
1 parent d53042c commit 79f2418

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

darcula.css

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* {
22
border-color: #2b2b2b;
3+
font-size: 13px;
34
}
45

56
QFrame {
@@ -149,7 +150,7 @@ QDialog, QDialogButtonBox {
149150
QTabBar::tab {
150151
border: 1px solid #2b2b2b;
151152
border-radius: 0;
152-
font-size: 14px;
153+
font-size: 13px;
153154
color: #bbb;
154155
padding: 0 12px;
155156
background-color: #3c3f41;
@@ -180,7 +181,7 @@ QDialog QTabBar::tab:selected {
180181
border: 1px solid #666;
181182
border-bottom: 0;
182183
border-radius: 0;
183-
font-size: 14px;
184+
font-size: 13px;
184185
color: #bbb;
185186
height: 21px;
186187
padding: 1px 12px 3px;
@@ -192,7 +193,7 @@ QDialog QTabBar::tab:!selected {
192193
border: 1px solid #292b2d;
193194
border-bottom: 0;
194195
border-radius: 0;
195-
font-size: 14px;
196+
font-size: 13px;
196197
color: #bbb;
197198
height: 24px;
198199
padding: 0 12px 1px;
@@ -239,7 +240,7 @@ QDialog QToolButton:hover {
239240
border-radius: 2px;
240241
text-align: center;
241242
text-decoration: none;
242-
font-size: 14px;
243+
font-size: 13px;
243244
color: #bbb;
244245
border: 1px solid #5e5f60;
245246
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #525759, stop:1 #44494b);
@@ -312,7 +313,7 @@ QGroupBox {
312313
}
313314
QGroupBox::title {
314315
color: #bbb;
315-
font-size: 15px;
316+
font-size: 14px;
316317
position: absolute;
317318
top: -9px;
318319
left: 7px;
@@ -738,7 +739,7 @@ QStatusBar QLineEdit, QStatusBar QLineEdit:focus {
738739
border: 1px solid #e5e5e5;
739740
border-radius: 2px;
740741
color: #333;
741-
font-size: 12px;
742+
font-size: 11px;
742743
padding: 0;
743744
selection-background-color: #2f65ca;
744745
selection-color: #ffffff;

0 commit comments

Comments
 (0)