What are all the indicator colors?

I am creating a listview for a custom app doctype and wondering what are all the colors we can use??

Regards
Sione

Hi sione

For some clues and pointers run these and browse the code

frappe@erpnext:~/frappe-bench$ find . -name color.py
frappe@erpnext:~/frappe-bench$ find . -name *.py | xargs grep indicator

This also works Search · indicator · GitHub

Here’s the list as of 9/29/21/ V13.
green
cyan
blue
orange
yellow
gray
light-gray
red
pink
purple
light-blue

Source

1 Like