Skip to content

Commit

Permalink
make author color darker as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudoko committed Mar 6, 2015
1 parent 955abd6 commit 7d50bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void messages_draw(MESSAGES *m, int x, int y, int width, int height)
if(msg->author)
setcolor(COLOR_MAIN_SUBTEXT);
else
setcolor(COLOR_MAIN_TEXT);
setcolor(COLOR_MAIN_CHATTEXT);
if(msg->author)
drawtextwidth_right(x, MESSAGES_X - NAME_OFFSET, y, self.name, self.name_length);
else
Expand Down

0 comments on commit 7d50bf8

Please sign in to comment.