diff --git a/ui.c b/ui.c index 1adcafe..2f5fc44 100644 --- a/ui.c +++ b/ui.c @@ -516,7 +516,7 @@ static void mainAdd(int y, bool time, const struct Line *line) { strftime(buf, sizeof(buf), uiTime.format, localtime(&line->time)); wattr_set( main, - colorAttr(Colors[Gray]), colorPair(Colors[Gray], -1), + colorAttr(Colors[Blue]), colorPair(Colors[Blue], -1), NULL ); waddstr(main, buf);