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. --- modules/textadept/menu.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 6ef28b77..ddaf9aba 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -203,6 +203,8 @@ menubar = { { L('Zoom In'), _buffer.zoom_in }, { L('Zoom Out'), _buffer.zoom_out }, { L('Reset Zoom'), utils.reset_zoom }, + SEPARATOR, + { L('Select Theme...'), gui.select_theme }, }, { title = L('Help'), { L('Show Manual'), -- cgit v1.2.3