Hi Kristen, > + /* add any color */ > + if (fg) > + g_string_append_printf(string, "color: %s;", html_colors[fg]); > + if (bg) > + g_string_append_printf(string, "background-color: %s;", > + html_colors[bg]); I applied the patch however I changed this part afterward. Black background / foreground should still be set explicitly. Regards, -Denis