diff options
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/dark/buffer.lua | 2 | ||||
-rw-r--r-- | themes/dark/lexer.lua | 2 | ||||
-rwxr-xr-x | themes/dark/view.lua | 2 | ||||
-rwxr-xr-x | themes/light/buffer.lua | 2 | ||||
-rw-r--r-- | themes/light/lexer.lua | 2 | ||||
-rwxr-xr-x | themes/light/view.lua | 2 | ||||
-rwxr-xr-x | themes/scite/buffer.lua | 2 | ||||
-rw-r--r-- | themes/scite/lexer.lua | 2 | ||||
-rwxr-xr-x | themes/scite/view.lua | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua index 2dd7d02f..e4fee499 100755 --- a/themes/dark/buffer.lua +++ b/themes/dark/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local buffer = buffer diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index cd738d42..04936944 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/dark/view.lua b/themes/dark/view.lua index 66def8b9..f6a995c0 100755 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local c = _SCINTILLA.constants diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua index 7f61ca33..29ed26d2 100755 --- a/themes/light/buffer.lua +++ b/themes/light/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Light editor theme for Textadept. local buffer = buffer diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index c639060a..baa58e7a 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Light lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/light/view.lua b/themes/light/view.lua index be3c7d0d..3d055139 100755 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Light editor theme for Textadept. local c = _SCINTILLA.constants diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index 9893d81f..bfc13b06 100755 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local buffer = buffer diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 2614040b..49546be1 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 83b092fc..57d09e0a 100755 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local c = _SCINTILLA.constants |