Aviv Cohn
Aviv Cohn

Reputation: 17243

Set terminal font size in PhpStorm?

How can I set the font size in the embedded terminal in the JetBrains PhpStorm IDE? The text is too small. Is this possible?

Upvotes: 57

Views: 35106

Answers (3)

Stephen Raghunath
Stephen Raghunath

Reputation: 693

Another alternative is hitting CTRL/CMD+Shift+A and searching console:

enter image description here

After setting the font, rebooting is not necessary, just close then open a new terminal as shown here:

enter image description here

Upvotes: 62

h2ooooooo
h2ooooooo

Reputation: 39540

LazyOne already pointed out where you can change this.

Keep in mind that you have to hit the "Save As..." button next to the colour scheme first in order to create a new colour theme - you cannot change anything unless you create a copy.

PHPStorm protip - if you can't find the settings, just use the search field:

enter image description here

Upvotes: 96

LazyOne
LazyOne

Reputation: 165373

Settings (Preferences on Mac) | Editor | Colors & Fonts | Console Font

NOTE: that you cannot edit bundled color scheme -- you will have to make a copy of bundled in order to be able to make changes.

Upvotes: 18

Related Questions