By taking Treeview: Basic example, it can be shown how to customize a basic treeview.
In this case, we create a style "mystyle.Treeview" with the following code (see the comments to understand what each line does):
style = ttk.Style()
style.configure("mystyle.Treeview", highli...