info: when printing neoart, use default foreground

This commit is contained in:
nick black 2021-07-13 01:57:54 -05:00
parent 37fb3ab34e
commit 2c838e3aa7

View File

@ -577,7 +577,7 @@ neologo_present(struct ncdirect* nc, const char* nlogo){
free(lines[i]);
}
free(lines);
ncdirect_set_fg_rgb(nc, 0xba55d3);
ncdirect_set_fg_default(nc);
ncdirect_on_styles(nc, NCSTYLE_BOLD | NCSTYLE_ITALIC);
if(ncdirect_canopen_images(nc)){
ncdirect_printf_aligned(nc, -1, NCALIGN_CENTER, "(no image file is known for your distro)");