This is the screenshot of my treeview in python tkinter.. I want to change the foreground of "Critical Level" including its children to "Red" or at least red.
style = Style()
style.configure("mystyle.Treeview", highlightthickness=0, bd=0, font=('open sans', 10), rowheight=20,
foreground='#e8e8e8')
style.configure("mystyle.Treeview.Heading", font=('open sans', 10, 'bold'), foreground='#000000')