Skip to content

Commit 0255adc

Browse files
fix #16567: better coloring on light theme terminal
1 parent 5a64556 commit 0255adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ namespace ts {
243243
const redForegroundEscapeSequence = "\u001b[91m";
244244
const yellowForegroundEscapeSequence = "\u001b[93m";
245245
const blueForegroundEscapeSequence = "\u001b[93m";
246-
const gutterStyleSequence = "\u001b[100;30m";
246+
const gutterStyleSequence = "\u001b[30;47m";
247247
const gutterSeparator = " ";
248248
const resetEscapeSequence = "\u001b[0m";
249249
const ellipsis = "...";

0 commit comments

Comments
 (0)