Browse Source

Merge pull request #135 from jpnurmi/selection-color

Fix selection color
xuty 3 năm trước cách đây
mục cha
commit
cb0de8b558
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(