Change the cursor from white to yellow for blue theme

matching the text color. The white was a little off.
This commit is contained in:
John Scipione
2012-12-07 01:38:29 -05:00
parent 992c7397cf
commit d2091d8876
+1 -1
View File
@@ -35,7 +35,7 @@ const struct color_scheme kColorSchemeBlue = {
kYellow,
{ 0, 0, 139, 255 },
kBlack,
kWhite,
kYellow,
kBlack,
{ 0, 139, 139, 255 },
};