J-P Nurmi пре 3 година
родитељ
комит
d311b5677b
1 измењених фајлова са 1 додато и 1 уклоњено
  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()
       final paint = Paint()
-        ..color = _theme.cursor
+        ..color = _theme.selection
         ..strokeWidth = 1;
         ..strokeWidth = 1;
 
 
       canvas.drawRect(
       canvas.drawRect(