From f0456d89738b562917a820b986fc038cd70235cb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 24 Jan 2009 15:56:26 -0500 Subject: Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/. --- core/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 3767a31f..7b547334 100644 --- a/core/init.lua +++ b/core/init.lua @@ -9,7 +9,7 @@ else package.cpath = _HOME..'/core/?.dll;'..package.cpath end -_THEME = '' +_THEME = 'light' local user_dir = os.getenv(not WIN32 and 'HOME' or 'USERPROFILE') if user_dir then local f = io.open(user_dir..'/.ta_theme') -- cgit v1.2.3