Browse Source

fix: terminal has wrong bright light white

mengyanshou 7 tháng trước cách đây
mục cha
commit
d35ba2cc72
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/src/ui/palette_builder.dart

+ 1 - 1
lib/src/ui/palette_builder.dart

@@ -49,7 +49,7 @@ class PaletteBuilder {
       case 14:
         return theme.brightCyan;
       case 15:
-        return theme.white;
+        return theme.brightWhite;
     }
 
     if (colNum < 232) {