From 10cd8e9477e9e3ead6c12110bcc9f67924f540cd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 23 Nov 2011 06:25:48 -0500 Subject: Added theme utilities, modified light and dark themes, and removed scite theme. Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki. --- themes/scite/buffer.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 themes/scite/buffer.lua (limited to 'themes/scite/buffer.lua') diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua deleted file mode 100755 index d6c5ba5d..00000000 --- a/themes/scite/buffer.lua +++ /dev/null @@ -1,16 +0,0 @@ --- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. --- SciTE editor theme for Textadept. - -local buffer = buffer - --- Folding. -buffer.property['fold'] = '1' -buffer.property['fold.by.indentation'] = '1' -buffer.property['fold.line.comments'] = '0' - --- Tabs and Indentation. -buffer.tab_width = 2 -buffer.use_tabs = false -buffer.indent = 2 -buffer.tab_indents = true -buffer.back_space_un_indents = true -- cgit v1.2.3