Skip to content

Commit 2b83911

Browse files
committed
refactor: placeholder tabs a bit more grayish to differentiate between gitignored tabs
1 parent f2b3153 commit 2b83911

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/Extn-TabBar.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,19 +256,19 @@
256256

257257
.tab.placeholder .tab-name {
258258
font-style: italic;
259-
color: #888;
259+
color: #999;
260260
}
261261

262262
.dark .tab.placeholder .tab-name {
263-
color: #888;
263+
color: #999;
264264
}
265265

266266
.tab.placeholder.active .tab-name {
267-
color: #666;
267+
color: #777;
268268
}
269269

270270
.dark .tab.placeholder.active .tab-name {
271-
color: #aaa;
271+
color: #bbb;
272272
}
273273

274274
.tab.placeholder::after {

0 commit comments

Comments
 (0)