We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e01a69 commit 077ec06Copy full SHA for 077ec06
lib/src/ui/themes.dart
@@ -4,7 +4,7 @@ import 'package:xterm/src/ui/terminal_theme.dart';
4
class TerminalThemes {
5
static const defaultTheme = TerminalTheme(
6
cursor: Color(0XAAAEAFAD),
7
- selection: Color(0XFFFFFF40),
+ selection: Color(0XAAAEAFAD),
8
foreground: Color(0XFFCCCCCC),
9
background: Color(0XFF1E1E1E),
10
black: Color(0XFF000000),
@@ -30,7 +30,7 @@ class TerminalThemes {
30
31
static const whiteOnBlack = TerminalTheme(
32
cursor: Color(0XFFAEAFAD),
33
+ selection: Color(0XFFAEAFAD),
34
foreground: Color(0XFFFFFFFF),
35
background: Color(0XFF000000),
36
0 commit comments