How to change console font size in console in ATOM abbrev@1.0.7

时间秒杀一切 提交于 2019-12-10 16:30:34

问题


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


回答1:


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




回答2:


Adding .atom-runner pre { font-size: 1.2em; font-weight: bold; } into atom-runner.less may make it better



来源:https://stackoverflow.com/questions/31849774/how-to-change-console-font-size-in-console-in-atom-abbrev1-0-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!