Skip to content

Commit 4a74618

Browse files
author
Leonid Pliushch
committed
terminal: set default cursor color to white
1 parent 19c6134 commit 4a74618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal-emulator/src/main/java/com/termux/terminal/TerminalColorScheme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public final class TerminalColorScheme {
5757
0xff808080, 0xff8a8a8a, 0xff949494, 0xff9e9e9e, 0xffa8a8a8, 0xffb2b2b2, 0xffbcbcbc, 0xffc6c6c6, 0xffd0d0d0, 0xffdadada, 0xffe4e4e4, 0xffeeeeee,
5858

5959
// COLOR_INDEX_DEFAULT_FOREGROUND, COLOR_INDEX_DEFAULT_BACKGROUND and COLOR_INDEX_DEFAULT_CURSOR:
60-
0xffffffff, 0xff000000, 0xffA9AAA9};
60+
0xffffffff, 0xff000000, 0xffffffff};
6161

6262
public final int[] mDefaultColors = new int[TextStyle.NUM_INDEXED_COLORS];
6363

0 commit comments

Comments
 (0)