aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/dark/buffer.lua1
-rw-r--r--themes/dark/view.lua3
-rw-r--r--themes/light/buffer.lua1
-rw-r--r--themes/light/view.lua3
-rw-r--r--themes/scite/buffer.lua1
-rw-r--r--themes/scite/view.lua3
6 files changed, 3 insertions, 9 deletions
diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua
index cd2c8ce5..12a4e55b 100644
--- a/themes/dark/buffer.lua
+++ b/themes/dark/buffer.lua
@@ -1,7 +1,6 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Dark editor theme for Textadept.
-local textadept = _G.textadept
local buffer = buffer
-- folding
diff --git a/themes/dark/view.lua b/themes/dark/view.lua
index 45491d27..c3c68edf 100644
--- a/themes/dark/view.lua
+++ b/themes/dark/view.lua
@@ -1,8 +1,7 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Dark editor theme for Textadept.
-local textadept = _G.textadept
-local c = textadept.constants
+local c = _SCINTILLA.constants
local buffer = buffer
-- caret
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 8f2c22dd..1bb9a7da 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -1,7 +1,6 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Light editor theme for Textadept.
-local textadept = _G.textadept
local buffer = buffer
-- folding
diff --git a/themes/light/view.lua b/themes/light/view.lua
index 5527120e..1a684d0b 100644
--- a/themes/light/view.lua
+++ b/themes/light/view.lua
@@ -1,8 +1,7 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Light editor theme for Textadept.
-local textadept = _G.textadept
-local c = textadept.constants
+local c = _SCINTILLA.constants
local buffer = buffer
-- caret
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua
index 92e5dea8..a93116db 100644
--- a/themes/scite/buffer.lua
+++ b/themes/scite/buffer.lua
@@ -1,7 +1,6 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- SciTE editor theme for Textadept.
-local textadept = _G.textadept
local buffer = buffer
-- folding
diff --git a/themes/scite/view.lua b/themes/scite/view.lua
index 8ee70c9e..d612377d 100644
--- a/themes/scite/view.lua
+++ b/themes/scite/view.lua
@@ -1,8 +1,7 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- SciTE editor theme for Textadept.
-local textadept = _G.textadept
-local c = textadept.constants
+local c = _SCINTILLA.constants
local buffer = buffer
buffer.margin_width_n[0] = 4 * buffer:text_width(c.STYLE_LINENUMBER, "9")