Would you like to increase the font size for the Atom Editor script output? After reading this, you know how to use the Atom style sheet how to do this.

Increase the default Atom Editor script output font size.

By default, Atom shows the script output in a small font size:

Small font size

Atom allows you to increase the font size by adding a style in styles.less. This file is in the .atom folder that might be hidden on your computer. On macOS, you can toggle ‘show hidden files’ in the Finder with + SHIFT + .

Increasing the output font size

.script-view pre {
font-size: 200%;
}

This will increase the output font size:

Big font size

Written by Loek van den Ouweland on 2020-04-06.
Questions regarding this artice? You can send them to the address below.