aboutsummaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2008-12-06Folded code is underlined as in SciTE; themes/scite/view.luamitchell
2008-09-24Added _THEME variable; themes are now directories with view.lua and buffer.lua.mitchell
Now editing core/events.lua's buffer_new handler function is no longer necessary on a per-user basis. If _THEME is set, that theme's buffer.lua is loaded for a 'buffer_new' event, and view.lua for 'view_new'.
2008-08-09Added SciTE theme for Textadept; themes/scite.luamitchell