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