浏览代码

fix: terminal has wrong bright light white

mengyanshou 7 月之前
父节点
当前提交
d35ba2cc72
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {