Prechádzať zdrojové kódy

fix: terminal has wrong bright light white

mengyanshou 7 mesiacov pred
rodič
commit
d35ba2cc72
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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) {