Parcourir la source

Fix selection color

J-P Nurmi il y a 3 ans
Parent
commit
d311b5677b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(