Skip to content

Commit

Permalink
Change the cursor from white to yellow for blue theme
Browse files Browse the repository at this point in the history
matching the text color. The white was a little off.
  • Loading branch information
jscipione committed Dec 7, 2012
1 parent 992c739 commit d2091d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/terminal/Colors.cpp
Expand Up @@ -35,7 +35,7 @@ const struct color_scheme kColorSchemeBlue = {
kYellow,
{ 0, 0, 139, 255 },
kBlack,
kWhite,
kYellow,
kBlack,
{ 0, 139, 139, 255 },
};
Expand Down

0 comments on commit d2091d8

Please sign in to comment.