Sublime Forum

Change font size in console only

#1

Anyone know how to change the font size in only the console window? I looked through a few of the theme files and couldn’t find anything. I would like the console to use a smaller font that what I use for coding…

0 Likes

#2

Bump…anyone? I’d really like the console font (build output, sublime console, …) to be smaller than the font of the files I’m working on (views).

0 Likes

#3

did you ever find out how to do this?

0 Likes

#4

If you want to change font size of console, you have to:

  1. Extract theme via PackageResourceViewer
  2. Then Sublime Text -> Preferences -> Browse Packages ...
  3. Open your theme folder
  4. Edit Widget.sublime-settings or Widget - Theme Name.sublime-settings
  5. E.g. “font_size”: 12
0 Likes