Thanks, deathaxe,
But while I get your basic point, that I may have to edit the parent controls as well, the details are still not clear to me.
I now have this in Customize Theme (Cobalt2.sublime-theme)
{
“class”: “tab_label”,
“font.face”: “var(tab_font_face)”,
“font.size”: 19,
“font.bold”: false
},
{
“class”: “tab_label”,
“parents”: [
{
“class”: “tab_control”,
“font.size”: 19
}]
}
The default Cobalt2 theme has tab_label font size 11. The edits I’ve added in Customize show no apparent change.
Whether a simple rule, like illustraded above, applies, depends on whether your active theme specifies more specific selectors - those may take precedence.
Okay. The only other place font.size appears in Cobalt2 is for the sidebar, and the default shows 11 for “settings”: [“sidebar_font_small”] and 15 for “settings”: [“sidebar_font_bigl”]. I don’t see a “settings”: [“tab_label_font_small”], so I expect it doesn’t exist.
Or are you suggesting I need to change the active theme?
The salient point here is that I haven’t been able to increase the font size in the tabs. Can you suggest another approach?