Closed
Description
Hi,
I would like to include a setting for highlighting modified tabs. Just the circle is not enough clear (for me). In Sublime Text for example there is a setting:
"highlight_modified_tabs": true
Just adding a CSS like this:
.tab.dirty .label-name {
color: #ffcc66;
}
When the setting is true.
Thanks a lot.