HTML reporters with pass and failed run highlighted

I want to display the failures in red and the passed once in Green.
I am using the default one but taking time to make the changes , new to handlebar.js.
can someone share the template who has already implemented this part or any way to implement this

@dineshbawage You can create your custom reporter and there you can return results as you want. Here is the link which shows how to create custom reporter https://github.com/postmanlabs/newman#creating-and-using-custom-reporters.

Also, there is one more example how to create custom Newman reporter https://github.com/prakharjoshi/newman-reporter-track-env-vars

I’ve created this custom HTML reporter:

Might help?