How do you change the folder and menu font-size in Sublime Text 3?

ide, sublimetext, sublimetext3

Solution

Sidebar and tab font are modifiable: Sublime Text 2 how to change the font size of the file sidebar?

The package is now located at `/opt/sublime_text/Packages/Theme - Default.sublime-package` (for Linux installation). Extract `Default.sublime-theme` to `~/.config/sublime-text-3/Packages/User` and modify the content. (This step can be simplified using the PackageResourceViewer package.)

Menu font doesn't seem to be modifiable.

Problem

I'm not talking about the font-size of the editor window, simply the font-size of the text in the main menu bar and the folder/file navigation side panel. I've googled all over and read through all the docs I could find to no avail. Thanks in advance! How do I do this in Windows 7?

Original source

Related problems