I am using ATOM for all my scripting. There is a package named "Script" where you can run your script from within ATOM by pressing Shift+Ctrl+Space. The command opens a console box at the bottom and shows you the script output. Does anyone know how to change the fontsize
You can edit your stylesheet:
Edit -> Preferences -> Themes
And in your stylesheet write:
.script-view .line {
font-size: 14px;
}
Then save it and reboot Atom
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With