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/scite/lexer.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'themes/scite/lexer.lua') diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 2e45a8b4..2614040b 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -1,9 +1,13 @@ -- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. -- SciTE 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) -lexer.colors = { +colors = { green = color('00', '7F', '00'), blue = color('00', '00', '7F'), red = color('7F', '00', '00'), -- cgit v1.2.3