I'm going crazy trying to change the background color
of the ttk.Treeview.Heading
I used:
s = ttk.Style()
s.configure('Treeview.Heading', background='black', foreground='dark blue')
The foreground changes no problem, but the background won't change. I've searched around and found a few bugs with the background for the normal Treeview rows
, but I'm not sure if this is related to that as well.