“In the list view, show the color red for newly created entries and blue for entries that have been updated, even if their status remains as ‘Draft.’”
rahib
2
You have to add the code in {doctype}_list.js file. Create it if it is not already present.
Use this for reference
NCP
3
Also, you can check the list js doc.