Sublime Forum

Dirty sidebar label highlighting [Themes]

#1

How exactly do you change the sidebar labels when the file is ‘dirty’ or just in buffer? Tried several variants (see starred in code below, those were not in at the same time, but alternatives), but can’t find a way to replicate the ‘highlight_modified_tabs’ preferencein the sidebar.

    {
        "class": "sidebar_label",
        ***"parents": {"class": "tree_row", "attributes": "dirty"]}],***
        ***"attributes": "dirty"],***
        "font.bold": true
    },

Already removed the tab by commenting out all the “class”: “close_button”, areas. Basically want to have buffered files be bold instead of having a close button.

Searched over the forums (and stackexchange, etc.) but couldn’t seem to find an answer to this question.

Thanks!

0 Likes