diff options
author | 2009-01-24 15:56:26 -0500 | |
---|---|---|
committer | 2009-01-24 15:56:26 -0500 | |
commit | f0456d89738b562917a820b986fc038cd70235cb (patch) | |
tree | 8fe12e00d68c49847ac4889550c6adeb9bbf3fda /core/init.lua | |
parent | 60544f1550999df6a55dbdfc2cbd7542fecb3314 (diff) | |
download | textadept-f0456d89738b562917a820b986fc038cd70235cb.tar.gz textadept-f0456d89738b562917a820b986fc038cd70235cb.zip |
Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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') |