Skip to content

Commit

Permalink
terminal: set default cursor color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Pliushch committed Aug 19, 2021
1 parent 19c6134 commit 4a74618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public final class TerminalColorScheme {
0xff808080, 0xff8a8a8a, 0xff949494, 0xff9e9e9e, 0xffa8a8a8, 0xffb2b2b2, 0xffbcbcbc, 0xffc6c6c6, 0xffd0d0d0, 0xffdadada, 0xffe4e4e4, 0xffeeeeee,

// COLOR_INDEX_DEFAULT_FOREGROUND, COLOR_INDEX_DEFAULT_BACKGROUND and COLOR_INDEX_DEFAULT_CURSOR:
0xffffffff, 0xff000000, 0xffA9AAA9};
0xffffffff, 0xff000000, 0xffffffff};

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

Expand Down

0 comments on commit 4a74618

Please sign in to comment.