Hello,
Is it possible to modify theme of an open tab according to its VCS status (“ignored”, “untracked”, “modified”) ?
A bit like I can already do with “sidebar_label” and “vcs_status_badge” (via “file_system_entry”) in the sidebar.
In the theme documentation, I see that for “tab_control” and “tab_label”, we do have the “modified” attribute, but it seems to work like the “dirty” attribute and not like the VCS status “modified”.
This would be useful when you have a lot of tabs open, to quickly identify these files (especially files that have been modified but not committed).
Thanks in advance for your help