Hello! I’ve been trying to implement custom File editor tabs in Theia which would look something like this:
For context: The letters B and N here are some distinguishable elements describing different users using the IDE. The only requirement of these indicators is to be distinguishable is via colour.
I have tried using TabBarDecorator, but it provides me with limited number of indicators on file icon or badge numbers after the label.
Any suggestions to how would I be able to control the rendering of File editor tabs in general?
Thanks.