Sublime Forum

Can't change tab font size on Soda 3 Theme

#1

Hi, I’m on Windows and ST build 4107. I’m trying to change this using PackageResourceViewer plugin…

//
// TAB LABELS
//

{
    "class": "tab_label",
    "fade": true,
    "fg": [50, 50, 50],
    "shadow_color": [235, 235, 235],
    "shadow_offset": [0, 1],
    "font.italic": false,
    "font.size": "18.0",
    "font.face": "Open Sans Semibold"
},

But only the font.face option seems to work, not the font.size. What’s going on? :frowning:

0 Likes

#2

This isn’t related to your problem, but you shouldn’t be modifying the theme files at the source with PackageResourceViewer; you want to use UI: Customize Theme from the command palette and then add your modified rule to the right hand pane.

0 Likes

#3

Thanks for the tip! :slight_smile: I’ll try that out.
But what about the font size on Soda? :frowning:

0 Likes

#4

That part unfortunately I can’t advise on; I don’t do a lot of theming work.

0 Likes

#5

I think I slipped my mind and asked the same thing with different words in this topic 2 days later. Must be amnesia. In there, we got the solution!

0 Likes