Lua编写工具 ZeroBraneStudio 背景风格设置

本文详细介绍了如何使用Lua配置文件来指定用户偏好,并通过加载特定样式文件来应用到编辑器的不同组件上,如主体编辑区域、辅助窗口及提示框等。文章提供了具体的配置示例,包括字体名称和大小的选择,旨在提升编程环境的个性化体验。
摘要由CSDN通过智能技术生成

--[[--
  Use this file to specify User preferences.
  Review [examples](+E:\ZeroBraneStudioEduPack-0.70-win32\cfg\user-sample.lua) or check [online documentation](http://studio.zerobrane.com/documentation.html) for details.
--]]--
local G = ...

styles = G.loadfile('cfg/tomorrow.lua')('SciTeLuaIDE')

stylesoutshell = styles -- apply the same scheme to Output/Console windows

styles.auxwindow = styles.text -- apply text colors to auxiliary windows

styles.calltip = styles.text -- apply text colors to tooltips

editor.fontname = "Courier New"

editor.fontsize = 14

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值