need to change the name and color for your theme
add to extraless
.cForumList .ipsDataItem_unread .ipsDataItem_title:before,
.cForumGrid_unread .ipsPhotoPanel h3 a:after{
content: "NEW";
color: #fff;
background: {theme="ipsf_newBadge"};
display: inline-block;
font-size: 0.9rem;
line-height: 1.8rem;
border-radius: 3px;
padding: 0 4px;
margin: -1px 4px -2px 0px;
}