The screen resolution for my 15" laptop is 3200x1800, this makes the font size for the tabs in Sublime Text very small.
I am currently running Sublime Text in an Ubuntu VM on VMWare (with Windows being the Host OS). The reason why I’m looking at Sublime Text is because I want a decent editor for some things that I’m developing on Ubuntu - I’m happy with Visual Studio 2013 on Windows, but that doesn’t allow me to easily edit files on Ubuntu (since NFS is no longer available for Windows Pro since Windows 8).
I’ve tried with both Sublime Text 2 and 3 to modify the theme and increase the font size. It seems that while I can change the tab height, I can’t seem to affect the font.
I’ve changed the Theme Default in the following way:
{
“class”: “tabset_control”,
"layer0.opacity": 1.0,
"tint_index": 0,
"layer1.texture": "Theme - Default/tabset_background_transparent.png",
"layer1.inner_margin": [2, 6],
"layer1.opacity": 1.0,
"content_margin": [3, 0, 3, 1],
"tab_overlap": 17,
"tab_width": 180,
"tab_min_width": 48,
"tab_height": 70, // From 35
"font.size" : 15, // Inserted this line, but it has not effect, neither does font_size
"mouse_wheel_switch": false
},
Any ideas on how to fix this?