Prechádzať zdrojové kódy

Merge pull request #135 from jpnurmi/selection-color

Fix selection color
xuty 3 rokov pred
rodič
commit
cb0de8b558
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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(