Sublime Forum

Tabs title background color is off

#1

minor nit, but the text behind active and inactive tabs seems to have a different background color in the latest builds of ST2 for mac:


0 Likes

#2

I was noticing this issue when playing around with my own theme, it appears to be an issue with the font and the background color expected vs. the background color of the tab image.

0 Likes

#3

Hm, it shows the same for me regardless of selected theme.

Did you find a way to alleviate this somehow in a theme? It’s starting to drive me a little nuts.

0 Likes

#4

This was fixed in build 2065

0 Likes

#5

I’m still seeing it in the latest builds. Perhaps I have an existing local setting/theme overriding the fix?

Where can I look to make sure I’m not overriding it? (i.e. what did you do to fix it?)

0 Likes

#6

Have a look through your Default.sublime-theme file for this section:

    {
        "class": "tab_label",
        "parents":
        
            { "class": "tab_control", "attributes": "selected"] }
        ],
        "bg": [68, 68, 68]
    },
0 Likes

#7

That did it, thanks for helping out with such a tiny “problem”.

Fwiw, I found I had changed the tab_selected.png to a lighter shade (90,90,90) some time ago and now I just changed the theme to match.

0 Likes