Skip to content

Commit 0c056c7

Browse files
committed
fix: git change markers color not properly visible in light theme
1 parent 5f4840f commit 0c056c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/Extn-TabBar.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
/* ------ for the git status markers -------------- */
427427
.tab.git-modified > .tab-icon:before {
428428
content: "|";
429-
color: #E3B551;
429+
color: #f1ae1c;
430430
position: absolute;
431431
margin-left: -4px;
432432
margin-bottom: 5px;
@@ -438,7 +438,7 @@
438438

439439
.tab.git-new > .tab-icon:before {
440440
content: "|";
441-
color: #91CC41;
441+
color: #69a01f;
442442
position: absolute;
443443
margin-left: -4px;
444444
margin-bottom: 5px;

0 commit comments

Comments
 (0)