From d2091d8876b95f8677532d2c608beb92a69bf9b6 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 7 Dec 2012 01:38:29 -0500 Subject: [PATCH] Change the cursor from white to yellow for blue theme matching the text color. The white was a little off. --- src/apps/terminal/Colors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/terminal/Colors.cpp b/src/apps/terminal/Colors.cpp index 7d89c64a99..90672f3d99 100644 --- a/src/apps/terminal/Colors.cpp +++ b/src/apps/terminal/Colors.cpp @@ -35,7 +35,7 @@ const struct color_scheme kColorSchemeBlue = { kYellow, { 0, 0, 139, 255 }, kBlack, - kWhite, + kYellow, kBlack, { 0, 139, 139, 255 }, };