Reputation: 17243
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
Reputation: 693
Another alternative is hitting CTRL/CMD+Shift+A and searching console
:
After setting the font, rebooting is not necessary, just close then open a new terminal as shown here:
Upvotes: 62
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:
Upvotes: 96
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