Skip to content

Commit d35ba2c

Browse files
committed
fix: terminal has wrong bright light white
1 parent 93be4ef commit d35ba2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/ui/palette_builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class PaletteBuilder {
4949
case 14:
5050
return theme.brightCyan;
5151
case 15:
52-
return theme.white;
52+
return theme.brightWhite;
5353
}
5454

5555
if (colNum < 232) {

0 commit comments

Comments
 (0)