소스 검색

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) {