Sfoglia il codice sorgente

Fix selection color

J-P Nurmi 3 anni fa
parent
commit
d311b5677b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/src/ui/render.dart

+ 1 - 1
lib/src/ui/render.dart

@@ -559,7 +559,7 @@ class RenderTerminal extends RenderBox with RelayoutWhenSystemFontsChangeMixin {
       );
 
       final paint = Paint()
-        ..color = _theme.cursor
+        ..color = _theme.selection
         ..strokeWidth = 1;
 
       canvas.drawRect(