瀏覽代碼

Merge pull request #135 from jpnurmi/selection-color

Fix selection color
xuty 3 年之前
父節點
當前提交
cb0de8b558
共有 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(