xuty 4 anos atrás
pai
commit
0b8c558469
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/frontend/terminal_view.dart

+ 1 - 1
lib/frontend/terminal_view.dart

@@ -468,7 +468,7 @@ class TerminalPainter extends CustomPainter {
 
     var color = Color(cellColor);
 
-    if (flags & CellFlags.inverse != 0) {
+    if (flags & CellFlags.faint != 0) {
       color = color.withOpacity(0.5);
     }