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 70d80751..40fd6a8a 100644 --- a/themes/dark/buffer.lua +++ b/themes/dark/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- Dark editor theme for Textadept. local buffer = buffer diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index c752ffc3..bfa3a67b 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- Dark lexer theme for Textadept. -- Contributions by Ana Balan. diff --git a/themes/dark/view.lua b/themes/dark/view.lua index 95c1a5a2..3ef29b09 100644 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- Dark editor theme for Textadept. local c = _SCINTILLA.constants |