diff options
| -rw-r--r-- | lexers/diff.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lexers/diff.lua b/lexers/diff.lua index ee680aa..24f7ff2 100644 --- a/lexers/diff.lua +++ b/lexers/diff.lua @@ -34,9 +34,9 @@ M._rules = { M._tokenstyles = { header = l.STYLE_COMMENT, - addition = 'fore:'..l.colors.green, - deletion = 'fore:'..l.colors.red, - change = 'fore:'..l.colors.yellow, + addition = 'fore:green', + deletion = 'fore:red', + change = 'fore:yellow', } M._LEXBYLINE = true |
