Pārlūkot izejas kodu

Merge pull request #135 from jpnurmi/selection-color

Fix selection color
xuty 3 gadi atpakaļ
vecāks
revīzija
cb0de8b558
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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(