From 6c1afd75fc048e65cef5bfdbe68c79a082bdad43 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Nov 2010 19:45:47 -0500 Subject: Added more options for themes. --- themes/light/lexer.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/light/lexer.lua') diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index a5a8c1c7..c639060a 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -1,6 +1,10 @@ -- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light lexer theme for Textadept. +-- Please note this theme is in a separate Lua state than Textadept's main one. +-- This means the global variables like 'buffer', 'view', and 'gui' are not +-- available here. Only the variables in the 'lexer' module are. + module('lexer', package.seeall) colors = { -- cgit v1.2.3