Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

Screenshot of Sublime Text 3 with arrows pointing to FOLDERS pane and main menu

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?

like image 622
Buck Avatar asked Feb 04 '14 23:02

Buck


People also ask

How do I change the sidebar font size in sublime?

Navigate to Sublime Text>Preferences>Browse Packages. You should see a file tree. Open that file and find the "class": "sidebar_label: entry and add "font. size".

How do I change the font in Sublime Text 3?

Open the Sublime Text settings file: Mac OS X: Sublime Text 3 > Preferences > Settings - User. Windows: Preferences > Settings - User. Linux: Preferences > Settings - User.


2 Answers

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.

like image 67
leesei Avatar answered Oct 20 '22 17:10

leesei


As far as changing the font size in the main menu bar, this can be done through the Windows Control Panel, but any changes will be universal - they'll apply to all applications.

Finding the options to change the menu font and size is kind of complicated, but here's how I do it: Open the Control Panel and select Personalization, then down at the bottom click on Window Color. In the next window that opens, click on Advanced Appearance Settings... to open the Window Color and Appearance window. Click on the menu item Normal and select your preferred font and size, then click Apply to check it out. Hit OK when you're done, save your theme if you want, and you're all set.

like image 32
MattDMo Avatar answered Oct 20 '22 15:10

MattDMo