如何在ATOM中的控制台中更改控制台字体大小abbrev@1.0.7 [英] How to change console font size in console in ATOM abbrev@1.0.7

查看:122
本文介绍了如何在ATOM中的控制台中更改控制台字体大小abbrev@1.0.7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用ATOM编写所有脚本.有一个名为脚本"的程序包,您可以在其中通过按Shift + Ctrl + Space在ATOM中运行脚本.该命令将在底部打开一个控制台框,并向您显示脚本输出.有谁知道如何更改字体大小

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;
}

然后保存并重新启动Atom

Then save it and reboot Atom

这篇关于如何在ATOM中的控制台中更改控制台字体大小abbrev@1.0.7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆