diff options
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/buffer.lua | 2 | ||||
-rw-r--r-- | themes/dark/lexer.lua | 2 | ||||
-rw-r--r-- | themes/dark/view.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua index c2e168c4..a1863089 100644 --- a/themes/dark/buffer.lua +++ b/themes/dark/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local textadept = _G.textadept diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index 128e1a69..9e8fa9e9 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark lexer theme for Textadept. module('lexer', package.seeall) diff --git a/themes/dark/view.lua b/themes/dark/view.lua index 3375c76c..45491d27 100644 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local textadept = _G.textadept |