Sublime Forum

[Theming] sidebar_label transient has no effect

#1

from the Default.sublime-theme

{
    "class": "sidebar_label",
    "attributes": ["transient"],
    "font.italic": true
},

I think this is supposed to make the file being previewed (not opened) italicized. But this never seems to be triggered.

Maybe it’s a font issue on my system but the tabs use the same font, it seems, and there transient filename is italicized.

I see the same issue with other couple other themes I’ve tried.

0 Likes

#2

seeing as it doesn’t work in the Default theme, it is probably broken. It works for tabs, however:

{
    "class": "tab_label",
    "attributes": ["transient"],
    "font.italic": true
},

maybe worth logging at https://github.com/SublimeTextIssues/Core/issues (doesn’t seem like it already exists there)

1 Like

#3

Oh, that would be useful. Transient tabs in the sidebar are pretty much non-existant at the moment though, which is probably also why it doesn’t work. There are a couple issues of that on github.

0 Likes