Page 1 of 1

zerobrane editor, change color scheme?

Posted: Wed Apr 23, 2014 11:02 am
by hairy puppy
hello,

this is racking my brain now. but ive followed what i can for zerobrane editor to change to color scheme. i prefer dark, monokai type editors. a bit like sublime text.
but i just cant get this little bugger to change, even after editing user.lua and all that for the required scheme.
does anyone have a walk-through that works? im using the mac version

thanks

Re: zerobrane editor, change color scheme?

Posted: Wed Apr 23, 2014 8:17 pm
by riidom
Hi, try this at beginning of your file:

Code: Select all

local G = ...
 
styles = G.loadfile('cfg/tomorrow.lua')('Zenburn') -- theme
If you want something else than Zenburn, see https://github.com/pkulchenko/ZeroBrane ... morrow.lua for a list of built-in themes.