At some point we'll get this banner color bug fixed. Yikes.

This commit is contained in:
Casey Langen 2020-10-11 12:27:16 -07:00
parent f6ce730a4f
commit 66ee389ee6

View File

@ -394,7 +394,7 @@ struct Theme {
/* banner */
init_pair(
Color::Banner,
bannerForeground.Id(mode, COLOR_GRAYTEXT),
bannerForeground.Id(mode, COLOR_WHITE),
backgroundId);
/* footer */