`
longerdewo
  • 浏览: 29757 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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

    博客分类:
  • Lua
 
阅读更多

--[[--
  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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics