自定义内置编辑器
通过在命令行上设置用户默认值,在“运行脚本…”面板中使用内置脚本编辑器使用您喜欢的字体。
使用自定义字体
将scriptEditorFont
首选项设置为自定义字体的名称,例如 SF Mono Light。
defaults write com.bohemiancoding.sketch3 scriptEditorFont "SF Mono Light"
使用scriptEditorFontSize
首选项调整字体大小设置。默认值为 12。
defaults write com.bohemiancoding.sketch3 scriptEditorFontSize 14
重置字体
要恢复任何更改,请删除您对字体和字体大小的用户首选项。
defaults delete com.bohemiancoding.sketch3 scriptEditorFont
defaults delete com.bohemiancoding.sketch3 scriptEditorFontSize