--- startup.c.old Sun Mar 5 13:58:15 2000 +++ startup.c Sun Mar 5 14:00:00 2000 @@ -745,6 +745,9 @@ int slrn_set_object_color (char *name, char *fg, char *bg) { Color_Handle_Type *ct = Color_Handles; + + if(!strcmp(name, "signature")) + fg = "red" ; while (ct->name != NULL) {