Kaynağa Gözat

fix: terminal has wrong bright light white

mengyanshou 7 ay önce
ebeveyn
işleme
d35ba2cc72
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {