Explorar el Código

Merge pull request #135 from jpnurmi/selection-color

Fix selection color
xuty hace 3 años
padre
commit
cb0de8b558
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(