I Want to change status color in list view

“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.’”

You have to add the code in {doctype}_list.js file. Create it if it is not already present.

Use this for reference

Also, you can check the list js doc.